Skip to content

Commit

Permalink
Add notes on bundler version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed Apr 5, 2024
1 parent 20436ff commit 121824a
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 @@ -11,7 +11,7 @@ This is source for the [tech team webpage][tech_blog] at Skit. Template is [Mund
- Install ruby version for this repo. `rbenv install 2.7.2`. A local
`.ruby-version` file will make sure the repository uses consistent ruby
version.
- Install [bundler](https://bundler.io/) using `gem install bundler`.
- Install [bundler](https://bundler.io/) using `gem install bundler -v 2.4.22`. Note that newer versions of bundler need newer ruby so we will work with an older version for now.
- Run `bundle` for installing dependencies.
- Run the blog locally: `bundle exec jekyll serve --host=0.0.0.0`

Expand Down

0 comments on commit 121824a

Please sign in to comment.