Merge pull request #43 from illepic/master
Add install instructions about running bundle install
This commit is contained in:
commit
b6902fc6ca
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
Install [Jekyll](https://jekyllrb.com/) and Bundler:
|
Install [Jekyll](https://jekyllrb.com/) and Bundler:
|
||||||
|
|
||||||
gem install jekyll bundler
|
gem install jekyll bundler
|
||||||
|
bundle install
|
||||||
bundle exec jekyll serve
|
bundle exec jekyll serve
|
||||||
|
|
||||||
Site is now running at [localhost:4000](http://localhost:4000)
|
Site is now running at [localhost:4000](http://localhost:4000)
|
||||||
|
|
@ -24,4 +25,4 @@ Site is now running at [localhost:4000](http://localhost:4000)
|
||||||
|
|
||||||
# Report Issues
|
# Report Issues
|
||||||
1. Pull Request would be the best option.
|
1. Pull Request would be the best option.
|
||||||
2. Otherwise you can email me @ {firstName}.{lastName}+trump@gmail.com
|
2. Otherwise you can email me @ {firstName}.{lastName}+trump@gmail.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue