diff options
author | Charadon <dev@iotib.net> | 2022-07-13 23:20:45 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-07-13 23:20:45 -0400 |
commit | a3264936c80b7e460babb84631402248fcb12056 (patch) | |
tree | 940204eea402c005ee460bd5bb449f965f189b59 | |
parent | 0ba52f65d7cf378ec049e9eb92775d2350b7b787 (diff) | |
download | dscip-a3264936c80b7e460babb84631402248fcb12056.tar.gz |
Another fix to the README
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index ed02467..04e10a8 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ How To Use: 1. Create a directory somewhere like /var/dscip/project_name. 2. Copy all the files from dscip into that new directory. 3. Open dscip in your text editor of choice and modify the variables to your - liking. + liking. 4. Edit pre.sh, build.sh, and post.sh to fit your needs. 5. Create a user for building. Like `dscip_user` or `project_name` (Depends how separated you want to privileges to be.) |