Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 authored Aug 16, 2023
1 parent d4bb21e commit 647ec92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
## Development guide

1. Install Ruby and Jekyll via https://jekyllrb.com/docs/installation/
i. Note that for Mac I had to use `ruby-install ruby 3.1.3 -- --with-openssl-dir=$(brew --prefix openssl@3)` to install Ruby, see https://github.com/rbenv/homebrew-tap/issues/9#issuecomment-1650014112
ii. Also then had to run `gem install jekyll bundler` and `bundle add webrick`
1. Note that for Mac I had to use `ruby-install ruby 3.1.3 -- --with-openssl-dir=$(brew --prefix openssl@3)` to install Ruby, see https://github.com/rbenv/homebrew-tap/issues/9#issuecomment-1650014112
2. Also then had to run `gem install jekyll bundler` and `bundle add webrick`
2. Run `bundle install`
3. To run web page locally: `bundle exec jekyll serve --livereload`
i. Again for my Mac I had to first do `bundle add webrick`. See [here](https://stackoverflow.com/a/70916831/3759946).
1. Again for my Mac I had to first do `bundle add webrick`. See [here](https://stackoverflow.com/a/70916831/3759946).

0 comments on commit 647ec92

Please sign in to comment.