Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevost authored Mar 29, 2017
1 parent 1c5f4df commit e76e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ author:
3. Run these commands:
```
cd /path/to/your/repo
docker run --volume=$(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll
docker run --volume=$(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll jekyll server
```
You can then access your local copy of the blog via [localhost:4000](http://localhost:4000/)

Expand Down

0 comments on commit e76e153

Please sign in to comment.