Skip to content

Commit a1094c7

Browse files
authored
Merge pull request #2066 from thewheat/update-readme
Update Readme to Ruby 3.2.2
2 parents dd4f641 + cebb5fe commit a1094c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Unless you wish to contribute to the project, we recommend using the hosted vers
2222

2323
DevDocs is made of two pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app.
2424

25-
DevDocs requires Ruby 3.2.2, libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). Once you have these installed, run the following commands:
25+
DevDocs requires Ruby 3.2.2 (defined in [`Gemfile`](./Gemfile)), libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). Once you have these installed, run the following commands:
2626

2727
```sh
2828
git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs

0 commit comments

Comments
 (0)