mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix list readme (#1128)
This commit is contained in:
committed by
GitHub
parent
e94eacbbc9
commit
85e63a545f
11
README.md
11
README.md
@@ -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).
|
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**:
|
**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```
|
```brew install ruby @2.5```
|
||||||
2. install bundler
|
3. install bundler
|
||||||
```gem install bundler```
|
```gem install bundler```
|
||||||
3. install
|
4. install
|
||||||
```bundle install```
|
```bundle install```
|
||||||
- if bundler get any errors try
|
- if bundler get any errors try
|
||||||
```
|
```
|
||||||
sudo rm -rf /Library/Developer/CommandLineTools
|
sudo rm -rf /Library/Developer/CommandLineTools
|
||||||
sudo xcode-select --install
|
sudo xcode-select --install
|
||||||
```
|
```
|
||||||
4. Run NPM
|
5. Run NPM
|
||||||
```npm run start```
|
```npm run start```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user