Welcome to the draft version of this Linux Essentials Course for VIVES University of Applied Sciences in Bruges.
Comments and additions are more than welcome.
The static site is generated from markdown using VuePress.
Setup local dev server
yarn run docs:dev
You can add/pull changes from this repo using the following commands:
git remote add teacher git@github.com:BioBoost/course-linux-essentials.git
git pull teacher master
Make sure to commit your local changes before doing this.
Teacher edition of this course can be found at https://github.com/BioBoost/course-linux-essentials-teacher.
All solutions and demo's are available in teacher.md
files inside teacher
branches.
Important:
- Never merge
teacher
intodev
ormaster
. - Never push
teacher
toorigin
To make changes:
git remote add teacher git@github.com:BioBoost/course-linux-essentials-teacher.git
git checkout teacher
# ...
git push teacher teacher
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.