aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:18:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:18:52 +1200
commitb14e6efa9c080dac5f288007ad83fb4e7453fe94 (patch)
treecc6e3d2cf32028238dd5367b086d707b28d07b09
parentFirst commit (diff)
downloadinotifymask-b14e6efa9c080dac5f288007ad83fb4e7453fe94.tar.gz
inotifymask-b14e6efa9c080dac5f288007ad83fb4e7453fe94.zip
A few documentation fixes
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index efc82b1..0387466 100644
--- a/README.md
+++ b/README.md
@@ -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