diff options
author | Charadon <dev@iotib.net> | 2022-09-29 09:29:05 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-29 09:29:05 -0400 |
commit | 00f5059d1afee76c273555d7c03f473ad349e344 (patch) | |
tree | 931f5f26f252ce85ca3190aaf387c1efb39a3b3f | |
parent | 7b14bab581cf4b4a93358b154a72652154cb787c (diff) | |
download | dscip-00f5059d1afee76c273555d7c03f473ad349e344.tar.gz |
docs/packaging.txt: Fixed typo 0.9
-rw-r--r-- | docs/packaging.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/packaging.txt b/docs/packaging.txt index f0b1faa..5b66d0a 100644 --- a/docs/packaging.txt +++ b/docs/packaging.txt @@ -3,10 +3,10 @@ My personal recommended way to package DSCIP is to do the following: Install all the scripts except setup.sh into /usr/share/charadon/dscip. Next, install setup.sh to /usr/bin/setup-dscip. And install the docs to your system's recommended documentation directory. -(Usually /usr/share/docs, or /usr/docs) +(Usually /usr/share/doc, or /usr/doc) If it's installed this way, instead of grabbing DSCIP from the remote git repo, the setup script will copy the files from /usr/share/charadon/dscip. It requires no additional dependencies if I did things right, as it's written -in completel POSIX shell. +in complete POSIX shell. |