From 5fb88d04086f7697285ed7b55f63e7209ae1c897 Mon Sep 17 00:00:00 2001 From: Nathaniel Kenschaft Date: Tue, 16 Jun 2020 23:40:05 -0400 Subject: [PATCH] polised install and cli documentation --- docs/source/cli.rst | 1 + docs/source/install.rst | 1 + 2 files changed, 2 insertions(+) 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