Skip to content

Commit 186e821

Browse files
authored
Merge pull request #43 from gtvis/aendertGT-patch-1
Update README.md
2 parents e075813 + 2056a4a commit 186e821

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
@@ -5,7 +5,9 @@ Website for the Georgia Tech Visualization Lab, deployed at <https://vis.gatech.
55
### Setup and Run
66

77
- Install [Jekyll and dependencies](https://jekyllrb.com/docs/).
8-
- For Windows users: we recommend installing Ruby@3.1.4 (https://rubyinstaller.org/downloads/) to avoid the dependency problem between Jekyll and Ruby (For more information: https://talk.jekyllrb.com/t/liquid-4-0-3-tainted/7946).
8+
- For Windows users: we recommend installing Ruby@3.1.4 (https://rubyinstaller.org/downloads/) to avoid the dependency problem between Jekyll and Ruby (For more information: https://talk.jekyllrb.com/t/liquid-4-0-3-tainted/7946).
9+
- On OSX, you may need also need to downgrade ruby, e.g., ``rvm reinstall 3.1.4 --with-openssl-dir=`brew --prefix openssl@1.1` --with-opt-dir=`brew --prefix openssl@1.1``
10+
`
911
- Install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (tested on node v18, npm v10).
1012
- Install npm-based packages using `npm install`.
1113
- Install bundles: `bundle install`.

0 commit comments

Comments
 (0)