Skip to content

Commit 5ce62c0

Browse files
mhinzteto
authored andcommitted
readme: update install instructions
- "gem install --path" is obsolete. - We don't use any JS dependencies, so the bower section is superfuent. - We don't test.
1 parent bb6b13b commit 5ce62c0

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,24 @@ Install Bundler, either systemwide:
1919

2020
or for the current user:
2121

22-
$ gem install --user-install
22+
$ gem install --user-install bundler
2323
$ export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
2424

2525
In the latter case, you might want to add the `PATH` update to `.bashrc` or your shell's equivalent.
2626

27-
To install the dependencies of this project, use Bundler:
27+
To install the dependencies for this project only:
2828

29-
$ bundle install --path .bundle
29+
$ bundle config set --local path .bundle
30+
$ bundle install
3031

3132
### Serving locally
3233

3334
Execute the following command:
3435

35-
$ bundle exec jekyll serve --watch
36+
$ bundle exec jekyll serve --watch --livereload
3637

3738
Open `http://localhost:4000` to view the website.
3839

39-
If you encounter an error message saying `Could not find a JavaScript runtime`, follow the link indicated
40-
in the error message and install one of the listed runtimes.
41-
42-
### Running tests
43-
44-
$ bundle exec rake test
45-
46-
### (Optionally) Regenerate dependencies
47-
48-
Install Bower if you don't have it:
49-
50-
npm install bower
51-
52-
Then install the JS dependencies with `bower install`.
53-
5440
## License
5541

5642
© 2014 Cameron Eagans and Josh Branchaud

0 commit comments

Comments
 (0)