Update README.md
This commit is contained in:
parent
b12176f37c
commit
fbaec1834e
@ -198,6 +198,7 @@ Beautiful Jekyll is meant to be so simple to use that you can do it all within t
|
|||||||
1. Make sure that you have Docker installed on your local environment. Installation instructions can be found [here](https://docs.docker.com/engine/installation/)
|
1. Make sure that you have Docker installed on your local environment. Installation instructions can be found [here](https://docs.docker.com/engine/installation/)
|
||||||
2. Clone your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
|
2. Clone your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
|
||||||
3. Inside your repository folder, run:
|
3. Inside your repository folder, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve"
|
docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user