File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ When working on new features[^2][^3], keep in mind this website only supports _e
5858
5959#### Pre-requisites
6060- On Local Machine:
61- - Ruby 3.1.2 with [ rbenv] ( https://github.com/rbenv/rbenv ) and [ * (For windows)* ] ( https://github.com/RubyMetric/rbenv-for-windows#readme )
61+ - Ruby 3.2+ with [ rbenv] ( https://github.com/rbenv/rbenv ) and [ * (For windows)* ] ( https://github.com/RubyMetric/rbenv-for-windows#readme )
6262 - Jekyll - [ Jekyll Website] ( https://jekyllrb.com/ )
6363 - Minify - [ Minify GitHub] ( https://github.com/tdewolff/minify )
6464- On Docker:
@@ -81,12 +81,13 @@ To build the website locally, follow these steps:
8181 - If you don't have access to Ruby 3.2 or later in your distribution's repositories, install a compatible version of Ruby using ` rbenv ` :
8282 - Install in Ubuntu:
8383 - ` sudo apt install rbenv `
84+ - ` sudo apt install libyaml-dev `
8485 - Install in Fedora:
8586 - Install ` rbenv ` with dnf
86- - Run ` echo 'eval "$(rbenv init -)"' >> ~/.bashrc ` to add the rbenv init to ` .bashrc ` (or ` .bash_profile ` )
8787 - Set up ` rbenv ` running the following:
88- - ` rbenv install 3.4.4 `
89- - ` rbenv global 3.4.4 `
88+ - ` rbenv install 3.2.5 `
89+ - ` rbenv global 3.2.5 `
90+ - ` echo 'eval "$(rbenv init -)"' >> ~/.bashrc ` to add the rbenv init to ` .bashrc ` (or ` .bash_profile ` )
90912 . Install [ Minify] ( https://github.com/tdewolff/minify/tree/master/cmd/minify ) .
9192 - Make sure either `minify` or `gominify` is available from the command line.
92933 . Clone this repository.
You can’t perform that action at this time.
0 commit comments