File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,8 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
149
149
4 . Forking on GitHub
150
150
5 . run ``` $ cd /path/to/flexbox-grid-mixins ```
151
151
6 . run ``` $ npm install ```
152
- 7 . run ``` $ bundle install --path vendor/bundle ```
153
- 8 . run ``` $ gulp serve ```
154
- 9 . Access URL http://localhost:3000
152
+ 7 . run ``` $ gulp serve ```
153
+ 8 . Access URL http://localhost:3000
155
154
156
155
## Contribution
157
156
@@ -163,7 +162,7 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
163
162
2 . Create a feature branch: git checkout -b my-new-feature
164
163
3 . Commit your changes: git commit -am 'Add some feature'
165
164
4 . Push to the branch: git push origin my-new-feature
166
- 5 . Create new Pull Request
165
+ 5 . Create new Pull Request on GitHub
167
166
168
167
## Changelog
169
168
You can’t perform that action at this time.
0 commit comments