Skip to content

Commit 93396ca

Browse files
committed
2 parents ee6ec76 + 3ab1723 commit 93396ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Based on the website of the CMU Data Interaction Group (https://dig.cmu.edu/), w
88

99
### Install Jekyll dependencies with `bundle`.
1010
https://idratherbewriting.com/documentation-theme-jekyll/mydoc_install_jekyll_on_windows.html
11-
1. Install Ruby 2.7.5 with devkit from https://rubyinstaller.org/downloads/ (tested including installing MinGW toolchain)
11+
1. Install Ruby 3.0.7-1 with devkit. from https://rubyinstaller.org/downloads/ (tested including installing MinGW toolchain)
1212
2. cmd: `gem install jekyll`
1313
3. cmd: `gem install bundler`
1414
4. Clone repository and navigate to it in cmd. Run `bundle install`
1515

16+
Note: Known to _not_ work with rubyinstaller-devkit-3.2.6-1 on Windows. Works with Ruby 2.7.
17+
1618
### Start page
1719
To start this page, open cmd and navigate to website directory. Then run `bundle exec jekyll serve --livereload`.
1820

0 commit comments

Comments
 (0)