🌐 AI搜索 & 代理 主页
Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit ba0a030

Browse files
authored
Update setup.md: Standardise headings
1 parent 7adcd82 commit ba0a030

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@ nvm install 6.3.1;
3131
nvm alias default 6.3.1;
3232
```
3333

34-
## 4. Setup git and GitHub
34+
### 4. Setup git and GitHub
3535

3636
See [Setting up Git][git-setup]
3737
on 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

4444
You 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

4848
Python 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

5656
See [Setting up Git][git-setup]
5757
on 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
```
6565
sudo 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

7373
Check [this article][install-linux] on how to install
7474
a 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

7979
See [Setting up Git][git-setup]
8080
on GitHub's website for instructions to get started with git and GitHub.

0 commit comments

Comments
 (0)