diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-29 23:18:52 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-29 23:18:52 +1200 |
commit | b14e6efa9c080dac5f288007ad83fb4e7453fe94 (patch) | |
tree | cc6e3d2cf32028238dd5367b086d707b28d07b09 /README.md | |
parent | First commit (diff) | |
download | inotifymask-b14e6efa9c080dac5f288007ad83fb4e7453fe94.tar.gz inotifymask-b14e6efa9c080dac5f288007ad83fb4e7453fe94.zip |
A few documentation fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,7 +10,9 @@ specifying permissions or masking. Install ------- - $ cpanm Const:Fast Linux::Inotify2 +You need Perl v5.10.1 or newer. + + $ cpanm Const::Fast File::stat Linux::Inotify2 $ perl Makefile.PL $ make $ sudo make install @@ -25,7 +27,7 @@ template. $ mkdir -p ~/.config/systemd/user $ cp inotifymask.service ~/.config/systemd/user - $ vi inotifymask.service # Change command line to specify your paths + $ vi ~/.config/systemd/user/inotifymask.service # Change command line to specify your paths $ systemctl --user enable inotifymask.service $ systemctl --user start inotifymask.service $ systemctl --user status inotifymask.service |