aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:41:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:41:30 +0200
commitdd30c99c346b0eced22843dcc139f0c4330bcba6 (patch)
tree686426da628b437c94d212e3650cf65b2c507ff7 /README.md
parent2b4be20507fee93fc165a550cd0cb8f81dcad05d (diff)
downloadsdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.tar.gz
sdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.zip
Version 0.2
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9452653..df36530 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,11 @@ date(1). The dates should correspond to a unique minute in time.
20 20
21## Installation 21## Installation
22 22
23Edit the Makefile to match your local configuration and type `make 231. Either clone the repository or download the latest release version
24install`. 24 from the `releases` folder (warning: the release archive does not
25 contain the customization scripts).
262. Edit the Makefile to match your local configuration and type
27 `make install`.
25 28
26## Examples 29## Examples
27 30
@@ -101,3 +104,11 @@ For example check that the folder SDEPDATA in Makefile suits you.
101 104
102Most of the scripts rely on the `-d` option of the GNU date utility, 105Most of the scripts rely on the `-d` option of the GNU date utility,
103so you should change that too if you are on a BSD system or on MacOS. 106so you should change that too if you are on a BSD system or on MacOS.
107
108## Version history
109
110| Version | Release date | Comment |
111|:--------|:-------------|:---------------:|
112| 0.2 | 2023-05-23 | Minor fixes |
113| 0.1 | 2021-05-08 | Initial release |
114

Generated with cgit - Back to sebastiano.tronto.net