未验证 提交 85e63a54 编写于 作者: R Robert-Jan de Dreu 提交者: GitHub

Fix list readme (#1128)

上级 e94eacbb
......@@ -74,19 +74,20 @@ To use our build system and run our documentation locally, you'll need a copy of
4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).
**OSX users**:
0. NPM ```npm install```
1. install Ruby (2.5.* recommended)
1. NPM ```npm install```
2. install Ruby (2.5.* recommended)
```brew install ruby @2.5```
2. install bundler
3. install bundler
```gem install bundler```
3. install
4. install
```bundle install```
- if bundler get any errors try
```
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
```
4. Run NPM
5. Run NPM
```npm run start```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册