Skip to content

Commit

Permalink
Update docs building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 26, 2020
1 parent 2fb1417 commit db35d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ First install [bundler](https://bundler.io/) for ruby:
gem install bundler
```

Then install [jekyll](https://jekyllrb.com/docs/usage/) adapted to github:
Then, from inside the `docs/` directory, install [jekyll](https://jekyllrb.com/docs/usage/) adapted to github:

```
bundle install --path vendor/bundle --binstubs
bundle install --path vendor/bundle --binstubs --gemfile=$PWD/Gemfile
```

You can test your changes with:
You can then test your changes with:

```
bin/jekyll serve --baseurl ''
Expand Down

0 comments on commit db35d9e

Please sign in to comment.