1
0
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:
Robert-Jan de Dreu
2022-06-01 14:54:04 +02:00
committed by GitHub
parent e94eacbbc9
commit 85e63a545f

View File

@@ -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```