Skip to content

Commit

Permalink
Follow recommendation of installing jekyll locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiery committed Jul 20, 2018
1 parent b9e10c2 commit f98859f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
@@ -1 +1,7 @@
# Ignore folders generated by Bundler
vendor
.bundle

# Ignore folders generated by Jekyll
.sass-cache
_site
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ Install ruby; on Ubuntu:

Clone this repository, and go inside. Install jekyll and dependencies:

bundle install
bundle install --path vendor/bundle

Compile the site and serve it locally

Expand Down

0 comments on commit f98859f

Please sign in to comment.