- In terminal, type => code ~/.bashrc
- On line 4 of .bashrc file, type => export CHE_PROJECTS_ROOT=/workspace
- Exit out of .bashrc file
- Click recycle bin icon to kill terminal
- Open a new terminal
- In terminal, type => sudo apt-get install subversion
- In terminal, type => npm install -g opspark, os install
- Enter github username
- Enter personal access token
- Select bootcamp session
- Select project to install
- In terminal, type => os test
- Select bootcamp session
- Select project to test
- In terminal, type => os submit
- Select bootcamp session
- Select project to submit
- In terminal, type => git add -A
- In terminal, type => git commit -m "description of commit"
- In terminal, type => git push
- Only complete up to Todo 10
- Only complete up to Todo 6