@@ -31,35 +31,35 @@ nvm install 6.3.1;
3131nvm alias default 6.3.1;
3232```
3333
34- ## 4. Setup git and GitHub
34+ ### 4. Setup git and GitHub
3535
3636See [ Setting up Git] [ git-setup ]
3737on GitHub's website for instructions to get started with git and GitHub.
3838
3939
4040## Windows Setup
4141
42- ## 1. Install Visual Studio 2013 or higher
42+ ### 1. Install Visual Studio 2013 or higher
4343
4444You can download the [ community edition for free] ( http://www.visualstudio.com/products/visual-studio-community-vs ) .
4545
46- ## 2. Install Python
46+ ### 2. Install Python
4747
4848Python may be required for working with some projects so just [ download and run the installer] ( http://www.python.org/download/releases/2.7/ ) .
4949
50- ## 3. Install node.js
50+ ### 3. Install node.js
5151
5252[ Download and run the installer] [ node-download ] to get ` node ` and ` npm ` .
5353
54- ## 4. Setup git and GitHub
54+ ### 4. Setup git and GitHub
5555
5656See [ Setting up Git] [ git-setup ]
5757on GitHub's website for instructions to get started with git and GitHub.
5858
5959
6060## Linux Setup
6161
62- ## 1. Install dependencies
62+ ### 1. Install dependencies
6363
6464```
6565sudo apt-get install build-essential clang libdbus-1-dev libgtk2.0-dev \
@@ -68,13 +68,13 @@ sudo apt-get install build-essential clang libdbus-1-dev libgtk2.0-dev \
6868 libxss1 gcc-multilib g++-multilib
6969```
7070
71- ## 2. Install node.js and npm
71+ ### 2. Install node.js and npm
7272
7373Check [ this article] [ install-linux ] on how to install
7474a current version of node.js. (Note: the article is also linked from
7575[ node's wiki page] [ node-wiki-install ] .)
7676
77- ## 3. Setup git and GitHub
77+ ### 3. Setup git and GitHub
7878
7979See [ Setting up Git] [ git-setup ]
8080on GitHub's website for instructions to get started with git and GitHub.
0 commit comments