diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
| @@ -20,8 +20,11 @@ date(1). The dates should correspond to a unique minute in time. | |||
| 20 | 20 | ||
| 21 | ## Installation | 21 | ## Installation |
| 22 | 22 | ||
| 23 | Edit the Makefile to match your local configuration and type `make | 23 | 1. Either clone the repository or download the latest release version |
| 24 | install`. | 24 | from the `releases` folder (warning: the release archive does not |
| 25 | contain the customization scripts). | ||
| 26 | 2. 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 | ||
| 102 | Most of the scripts rely on the `-d` option of the GNU date utility, | 105 | Most of the scripts rely on the `-d` option of the GNU date utility, |
| 103 | so you should change that too if you are on a BSD system or on MacOS. | 106 | so 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 | |||
