Remove dot to make copying and pasting command for building docs not cause trouble new users trying to commit back.
This commit is contained in:
parent
c19f773693
commit
6e28964a68
|
|
@ -5,6 +5,6 @@ First make sure you have Bundler: <code>gem install bundler</code>
|
|||
|
||||
If you run on a Mac OS make sure you have xcode-select installed: <code>xcode-select --install</code>
|
||||
|
||||
To run it locally: <code>bundle install && bundle exec jekyll serve --baseurl ''</code>.
|
||||
To run it locally: <code>bundle install && bundle exec jekyll serve --baseurl ''</code>
|
||||
|
||||
Checkout http://localhost:4000/
|
||||
|
|
|
|||
Loading…
Reference in New Issue