Skip to content

Commit 2c676f0

Browse files
committed
fix readme
1 parent a368aaa commit 2c676f0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

readme.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,14 @@ If you would like to contribute, here are some notes and guidlines.
155155

156156

157157
### Development
158-
159-
1. Forking on GitHub
160-
2. run ```$ npm install```
161-
3. run ```$ bundle install --path vendor/bundle```
162-
4. run ```$ gulp serve```
163-
5. Access URL http://localhost:3000
158+
1. run ```$ sudo yum install nodejs npm```
159+
2. run ```$ sudo npm install --global gulp-cli```
160+
3. Forking on GitHub
161+
4. run ```$ cd /path/to/flexbox-grid-mixins```
162+
5. run ```$ npm install```
163+
6. run ```$ bundle install --path vendor/bundle```
164+
7. run ```$ gulp serve```
165+
8. Access URL http://localhost:3000
164166

165167
## Changelog
166168

0 commit comments

Comments
 (0)