Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: William Brandler <[email protected]>
  • Loading branch information
williambrandler committed Mar 1, 2022
1 parent 37d5f53 commit 6c3a8db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Testing Locally

1. [Install Jekyll](https://jekyllrb.com/docs/installation/)
2. `jekyll serve` from the project root. This will automatically rebuild the site as you make changes. However, note that changes to `_config.yml` require a server restart.
1. Install Ruby
- note: this is painful on a Mac M1, consider [ruby on mac](https://www.rubyonmac.dev/) to automate the process
- gem install rexml
2. [Install Jekyll](https://jekyllrb.com/docs/installation/)
3. `jekyll serve` from the project root. This will automatically rebuild the site as you make changes. However, note that changes to `_config.yml` require a server restart.

0 comments on commit 6c3a8db

Please sign in to comment.