aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0387466..53174b9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Install
You need Perl v5.10.1 or newer.
- $ cpanm Const::Fast File::stat Linux::Inotify2
+ $ cpanm Const::Fast Linux::Inotify2
$ perl Makefile.PL
$ make
$ sudo make install
@@ -28,9 +28,9 @@ template.
$ mkdir -p ~/.config/systemd/user
$ cp inotifymask.service ~/.config/systemd/user
$ 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
+ $ systemctl --user enable inotifymask.service
License
-------