Merge pull request #137 from louquillio/remove-baseurl-guidance

No need to use --baseurl argument
This commit is contained in:
Lou Quillio 2017-07-24 16:14:24 -07:00 committed by GitHub
commit 615f15c33c

View File

@ -133,7 +133,7 @@ directory.**
### Set Local Ruby Version (rbenv) ### Set Local Ruby Version (rbenv)
In the `docs/` directory of your local clone, do: _**In the `docs/` directory**_ of your local clone, do:
~~~~~ ~~~~~
rbenv local 2.3.0 rbenv local 2.3.0
@ -161,7 +161,7 @@ for some gems to compile successfully._
### Build and Preview Locally with Jekyll ### Build and Preview Locally with Jekyll
~~~~~ ~~~~~
bundle exec jekyll serve --baseurl '/docs' bundle exec jekyll serve
~~~~~ ~~~~~
This will build the documentation tree and launch a local webserver at This will build the documentation tree and launch a local webserver at