aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:20:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-29 23:20:10 +1200
commit1091622fe03879d1a5a89287cbf106ee2ae59c8d (patch)
tree13265d255d1afd797b76536afd098038234515e4
parentFirst commit (diff)
parentBump VERSION (diff)
downloadinotifymask-1091622fe03879d1a5a89287cbf106ee2ae59c8d.tar.gz
inotifymask-1091622fe03879d1a5a89287cbf106ee2ae59c8d.zip
Merge branch 'hotfix/v0.02'v0.02
* hotfix/v0.02: A few documentation fixes
-rw-r--r--README.md6
-rw-r--r--bin/inotifymask2
2 files changed, 5 insertions, 3 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
diff --git a/bin/inotifymask b/bin/inotifymask
index 55e6dd7..cf9e3d3 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -9,7 +9,7 @@ use Const::Fast;
use File::stat;
use Linux::Inotify2;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
const our $SELF => 'inotifymask';