aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-06-10 18:45:56 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-06-10 18:45:56 +0200
commit9902b66c098b51ac91785eb5d929a73b981ce08c (patch)
treeb8bb7a6b8a2e72fc03e13acd85a4c6c7d5436ccb /README.md
parent9c885d3172da1865df9db8f07a607a23eb26a80f (diff)
downloadsdep-9902b66c098b51ac91785eb5d929a73b981ce08c.tar.gz
sdep-9902b66c098b51ac91785eb5d929a73b981ce08c.zip
Changed scripts make target
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 a511256..43016d7 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,8 @@ between multiple devices using something like
88The `scripts` folder contains the few scripts that I use. They are basically 88The `scripts` folder contains the few scripts that I use. They are basically
89just a more elaborate version of the calendar system described above, 89just a more elaborate version of the calendar system described above,
90with support for recurring events (e.g. weekly, daily). You can install them 90with support for recurring events (e.g. weekly, daily). You can install them
91with `make scripts`, but first make sure to adjust them to match your local 91with `make scripts` and then `make scriptsinstall`, but first make sure to
92configuration. 92adjust them to match your local configuration.
93For example check that the folder SDEPDATA in Makefile suits you. 93For example check that the folder SDEPDATA in Makefile suits you.
94 94
95Most of the scripts rely on the `-d` option of the GNU date utility, so you 95Most of the scripts rely on the `-d` option of the GNU date utility, so you

Generated with cgit - Back to sebastiano.tronto.net