diff options
author | Einhard Leichtfuß <alguien@respiranto.de> | 2024-12-24 05:08:12 +0100 |
---|---|---|
committer | Einhard Leichtfuß <alguien@respiranto.de> | 2024-12-24 05:08:12 +0100 |
commit | b7c6854312b6bafd74c691da299c65d35d89df80 (patch) | |
tree | fe1cff8f9d41f774daf996d9baebf08ff344e6a9 | |
parent | 237759d00c47ef0cff2e5106e611636b0ba3072e (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ## How to use -* Install `src/basic.bash` to `/path/to/basic.bash.` +* Install `src/basic.bash` to `/path/to/basic.bash`. * At the very beginning of a script (after the shebang): `source /path/to/basic.bash || exit 1` * If a script includes (`source`s) other libraries, these should be included |