diff --git a/docs/source/cli.rst b/docs/source/cli.rst index 4b31d74..6fe0a0c 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -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 diff --git a/docs/source/install.rst b/docs/source/install.rst index 85b8170..69e8cb3 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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