Skip to content

Commit f80002e

Browse files
committed
Update index.md
1 parent eed7b95 commit f80002e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

getting-started/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ Node will be used for both server-side and client-side programming in JavaScript
99

1010
If you need help learning Git and the Terminal, check out these free resources:
1111

12-
* [Try Git](https://try.github.io/levels/1/challenges/1) & [Git: The Simple Guide](http://rogerdudler.github.io/git-guide/)
12+
### Terminal
13+
1314
* [An Introduction to the Linux Terminal](https://www.digitalocean.com/community/tutorials/an-introduction-to-the-linux-terminal)
1415
* [The Bash Guide](http://guide.bash.academy/) by [Maarten Billemont](http://lhunath.com/). #tutorial
1516

17+
### Git
18+
19+
* [Try Git](https://try.github.io/levels/1/challenges/1)
20+
* [Git: The Simple Guide](http://rogerdudler.github.io/git-guide/)
21+
* [Learn Git Branching](https://pcottle.github.io/learnGitBranching/)
22+
* [Learn Enough Git to Be Dangerous](https://www.learnenough.com/git-tutorial)
23+
1624
## Installing Node
1725

1826
If you want to install Node, there are two ways I recommend:

0 commit comments

Comments
 (0)