polised install and cli documentation

This commit is contained in:
Nathaniel Kenschaft 2020-06-16 23:40:05 -04:00
parent 8f8e55acdb
commit 5fb88d0408
2 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ Adding an assignment
-------
To add an assignment, make an assginment subdirectory in the corresponding class wiht at least 1 file. Somehting like:
::
eharris1/English12_eharris1/Assignment1/instruct.txt

View File

@ -10,6 +10,7 @@ Install repository and create env
-------
Run the following commands in order to install SkoolOS:
::
git clone https://gitlab.tjhsst.edu/understudyathon-2020/group-1/skoolos.git SkoolOS
cd SkoolOS
python3 -m venv env
source env/bin/activate