Skip to content

Commit

Permalink
Update site README with specific Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Dec 8, 2024
1 parent 7cd39b9 commit 7ec427e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 7ec427e

Please sign in to comment.