Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add local build instructions for MacOS.
  • Loading branch information
ScatteredInk authored Aug 21, 2023
1 parent 7188e83 commit 16e8d36
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ sudo docker run --rm \
jekyll serve
```

Or in zsh on MacOS:

```
docker run --rm \
--volume="$(PWD):/srv/jekyll:Z" \
--publish 4000:4000 \
jekyll/jekyll \
jekyll serve
```

Then visit `localhost:4000`.

This automatically reloads when changes are made.
This automatically reloads when changes are made.

0 comments on commit 16e8d36

Please sign in to comment.