List all rbenv build dependencies in README (#1193)

- Consolidate to a single command for quicker execution.
This commit is contained in:
Hugo Locurcio
2025-10-19 09:45:56 +02:00
committed by GitHub
parent c75f2d5a93
commit 48a33ead78

View File

@@ -78,10 +78,10 @@ When working on new features[^2][^3], keep in mind this website only supports _e
To build the website locally, follow these steps:
1. Install Ruby 3.2 or later and Jekyll.
- 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`:
- 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` as well as Ruby's build-time dependencies:
- Install in Ubuntu:
- `sudo apt install rbenv`
- `sudo apt install libyaml-dev`
- `sudo apt install rbenv build-essential libffi-dev libreadline-dev libyaml-dev zlib1g-dev`
- Install in Fedora:
- Install `rbenv` with dnf
- Set up `rbenv` running the following: