mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Update README with first-time install instructions
In order to use `bundle` you first have to install it with Ruby. The instructions are expanded to include this procedure.
This commit is contained in:
11
README.md
11
README.md
@@ -2,7 +2,10 @@
|
||||
|
||||
To run, follow these steps:
|
||||
|
||||
1. Download ZIP or clone in GitHub
|
||||
2. Navigate to `liquid-gh-pages` folder or checkout `gh-pages` branch
|
||||
3. Run `bundle exec jekyll serve`
|
||||
4. Open `http://127.0.0.1:4000/liquid/` in your browser
|
||||
1. [Download and install Ruby](https://www.ruby-lang.org/en/downloads)
|
||||
2. Download ZIP or clone in GitHub
|
||||
3. Navigate to `liquid-gh-pages` folder or checkout `gh-pages` branch
|
||||
4. Run `gem install bundler`
|
||||
5. Run `bundle install`
|
||||
6. Run `bundle exec jekyll serve`
|
||||
7. Open [`http://127.0.0.1:4000/liquid/`](http://127.0.0.1:4000/liquid/) in your browser
|
||||
|
||||
Reference in New Issue
Block a user