aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-08 19:55:53 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-08 19:55:53 +0200
commita0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8 (patch)
tree705d1b5f5ea4946db505a59ab88ddf5de976c2f8
parent49514773570944453812a8255e31893627daf375 (diff)
downloadsdep-a0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8.tar.gz
sdep-a0c92ae6c9c996222b8d49f9d79bcf852ffbb0f8.zip
Fix typos
Diffstat (limited to '')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 523ac37..9758710 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ system.
11## Description 11## Description
12 12
13sdep reads lines of the form `date text` from stdin and writes to stdout those 13sdep reads lines of the form `date text` from stdin and writes to stdout those
14lines such that `date` is between the two dates specified by the `-f` and `-t` 14lines such that `date` is between the two dates specified with the `-f` and
15options, both of which default to the current minute. 15`-t` options, both of which default to the current minute.
16 16
17The dates should correspond to a unique minute in time. The format for `date` 17The format for `date` can be specified with the same syntax as for date(1).
18can be specified with the same syntax as for date(1). 18The dates should correspond to a unique minute in time.
19 19
20## Installation 20## Installation
21Edit the Makefile to match your local configuration and type `make install`. 21Edit the Makefile to match your local configuration and type `make install`.
@@ -86,10 +86,10 @@ between multiple devices using something like
86 86
87## Scripts 87## Scripts
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 slightly 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`, but first make sure to adjust them to match your local
92configuration, like the location of the events file. 92configuration, like the location of the events file.
93 93
94Most of the script rely on the `-d` option of the GNU date utility, so you 94Most of the scripts rely on the `-d` option of the GNU date utility, so you
95should change that too if you are on a BSD system or on MacOS. 95should change that too if you are on a BSD system or on MacOS.

Generated with cgit - Back to sebastiano.tronto.net