diff options
-rw-r--r-- | docs/packaging.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/packaging.txt b/docs/packaging.txt index 5b66d0a..a7f0346 100644 --- a/docs/packaging.txt +++ b/docs/packaging.txt @@ -2,6 +2,8 @@ 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. +Optionally, you can remove update.sh, if you wish for the user *not* to be +able to update dscip on their own outside of the packaging system. And install the docs to your system's recommended documentation directory. (Usually /usr/share/doc, or /usr/doc) |