aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-21 09:07:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-21 09:07:11 +0200
commite76b410b860cefe5f0a3f6c744f317899186e96b (patch)
treefd310dda1cfe6bc341058cf8e03f442e661aa373 /README.md
parentb68c98a74cec75946eb29ae814da9fe6ae732cf8 (diff)
downloadsdep-e76b410b860cefe5f0a3f6c744f317899186e96b.tar.gz
sdep-e76b410b860cefe5f0a3f6c744f317899186e96b.zip
Changed folder for scripts (see README.md diff)
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1abbbde..97d2aed 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,9 @@ between multiple devices using something like
88The `scripts` folder contains the few scripts that I use. They are 88The `scripts` folder contains the few scripts that I use. They are
89basically just a more elaborate version of the calendar system described 89basically just a more elaborate version of the calendar system described
90above, with support for recurring events (e.g. weekly, daily). You 90above, with support for recurring events (e.g. weekly, daily). You
91can install them with `make scripts` and then `make scriptsinstall`, 91can install them with `sudo SD=/path/to/scripts/folder make scripts`,
92but first make sure to adjust them to match your local configuration. 92where `SD` specifies the path where the directory where you want your sdep
93files to be saved; for example it can be `/home/username/.sdep`.
93For example check that the folder SDEPDATA in Makefile suits you. 94For example check that the folder SDEPDATA in Makefile suits you.
94 95
95Most of the scripts rely on the `-d` option of the GNU date utility, so you 96Most of the scripts rely on the `-d` option of the GNU date utility, so you

Generated with cgit - Back to sebastiano.tronto.net