CphBusCosSem2 / week-4-Operating-systems

0 stars 2 forks source link

How do we download the code, slides and everything #5

Open kaspercphbusiness opened 8 years ago

kaspercphbusiness commented 8 years ago

The easiest way is to download all the material for the whole week. Before you download it, you need to decide which folder on your laptop you want to store the different weekly sites. Assume it is in ~/XYZ (substitute XYZ for what you like). Open git-bash, and cd to ~/XYZ run the command git clone "https://github.com/CphBusCosSem2/week-4-Operating-systems.git"

There are a number of the files which has the ending ".md" (md is short for markdown). The markdown format was invented many years ago as a way for humans to write simple webpages, which can have heading, lists, links and other simple formatting. It is a format which is very used in blogs, wiki's and many developer tools.