You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,11 @@ Please look at these tutorials to help you get up to speed with using the comman
20
20
Git is required to upload your homework. You will need:
21
21
22
22
* A github account. Sign up here [GitHub](https://github.com)
23
-
* Git installed on your labtop [Git SCM](https://git-scm.com/downloads)
24
-
* A working knowledge of using git. Here is a short tutorial [Digital Ocean Git tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively). Here is a cheat sheet. Print out and keep next to you :-) [Git cheat sheet](https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf). If you want to deep dive you can get this free book [Pro-Git](https://progit2.s3.amazonaws.com/en/2016-03-22-f3531/progit-en.1084.pdf).
23
+
24
+
* Git installed on your labtop All installers are here: [Git SCM](https://git-scm.com/downloads). If you are running Linux you can also install by using the package manager of your distribution.
25
+
26
+
* A working knowledge of using git. Here is a short tutorial [Digital Ocean Git tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively). Here is a cheat sheet. Print out and keep next to you :-) [Git cheat sheet](https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf). If you want to deep dive you can get this free book [Pro-Git](https://progit2.s3.amazonaws.com/en/2016-03-22-f3531/progit-en.1084.pdf).
27
+
28
+
*** Node.js
29
+
30
+
Obviously you need Node.js installed to use :-) The installer for your OS can be downloaded from their website [Node.js](https://nodejs.org). If you are running Linux you can also install by using the package manager of your distribution. Please install the 'Current' version 6.6.
0 commit comments