aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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