From 7ec427e86873078baf6cf0b2e4021fa67d05f2dd Mon Sep 17 00:00:00 2001 From: Rhys van der Waerden Date: Sun, 8 Dec 2024 22:14:11 +1100 Subject: [PATCH] Update site README with specific Ruby version --- doc/site/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/site/README.md b/doc/site/README.md index 6cd9f1cec7..a618ac00fa 100644 --- a/doc/site/README.md +++ b/doc/site/README.md @@ -4,7 +4,9 @@ The recoil site is a jekyll application, usually hosted on github pages. ## Testing locally -Have a reasonably recent version of Ruby. Inside `doc/site` run: +Install Ruby 3.2.3 ([newer versions can cause problems](https://stackoverflow.com/a/77896791/317135)). + +Inside `doc/site` run: ```bash bundle @@ -15,7 +17,7 @@ Navigate to http://localhost:4000/spring ## Generating LDoc -Have [Lua Language Server](https://luals.github.io/) installed or available at your `$PATH`. +Have [Lua Language Server](https://luals.github.io/) installed and available at your `$PATH`. Inside `doc/site` run: