README: Proper formatting with newlines
This commit is contained in:
parent
8df67e6233
commit
7a519de494
|
@ -3,18 +3,22 @@
|
||||||
## To work on the code, either
|
## To work on the code, either
|
||||||
|
|
||||||
### Use docker
|
### Use docker
|
||||||
|
|
||||||
You need docker-compose. Simply run
|
You need docker-compose. Simply run
|
||||||
`docker-compose up` to launch the site in a docker container with livereload support.
|
`docker-compose up` to launch the site in a docker container with livereload support.
|
||||||
|
|
||||||
### Or install Jekyll locally
|
### Or install Jekyll locally
|
||||||
|
|
||||||
#### Install Jekyll and Bundler gems through RubyGems
|
#### Install Jekyll and Bundler gems through RubyGems
|
||||||
|
|
||||||
`gem install jekyll bundler`
|
`gem install jekyll bundler`
|
||||||
|
|
||||||
#### Install dependencies
|
#### Install dependencies
|
||||||
|
|
||||||
`bundle install`
|
`bundle install`
|
||||||
|
|
||||||
#### Build the site local
|
#### Build the site local
|
||||||
|
|
||||||
`bundle exec jekyll serve`
|
`bundle exec jekyll serve`
|
||||||
|
|
||||||
You can now see the site at [localhost:4000](http://localhost:4000)
|
You can now see the site at [localhost:4000](http://localhost:4000)
|
||||||
|
|
Loading…
Reference in a new issue