Skip to content
Snippets Groups Projects

Intro & syllabus

Merged username-removed-293650 requested to merge intro-syllabus into master
3 files
+ 51
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 17
0
## Configurations: gitlab-ci.yml
- Choose a directory on you machine easy to access
- Create a workspace or development directory
- This is where we'll be working and adding content
----------
```
mkdir ~/development
cd ~/development
-or-
mkdir ~/workspace
cd ~/workspace
```
Loading