Skip to content

Commit fbaec18

Browse files
authored
Update README.md
1 parent b12176f commit fbaec18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,10 @@ Beautiful Jekyll is meant to be so simple to use that you can do it all within t
198198
1. Make sure that you have Docker installed on your local environment. Installation instructions can be found [here](https://docs.docker.com/engine/installation/)
199199
2. Clone your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
200200
3. Inside your repository folder, run:
201-
```
202-
docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve"
203-
```
201+
202+
```
203+
docker run -p 4000:4000 -v `pwd`:/app mangar/jekyll:1.1 bash -c "bundle install; bundle exec jekyll serve"
204+
```
204205
4. View your website at <http://localhost:4000>.
205206
206207
Disclaimer: I personally am NOT using local development so I don't know much about running Jekyll locally. If you follow this route, please don't ask me questions because unfortunately I honestly won't be able to help!

0 commit comments

Comments
 (0)