Skip to content

Commit 0537291

Browse files
committed
chore: add minor readme updates
1 parent c75b1bc commit 0537291

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

help/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ If you are a developer comfortable working on the command line, you can edit the
1616
* `rbenv install 3.3.4`
1717
5. Set the your default ruby version using
1818
* `rbenv global 3.3.4`
19-
6. Install Jekyll and bundler gem
19+
6. check to ensure that your global ruby version is `3.3.4`
20+
* `ruby -v`
21+
7. Install Jekyll and bundler gem
2022
* `cd help`
2123
* `gem install jekyll bundler`
22-
7. Create a branch for your changes
23-
8. Make your changes
24-
9. Locally build and test your changes:
24+
8. Install node dependencies with npm
25+
* `npm install`
26+
9. Create a branch for your changes
27+
10. Make your changes
28+
11. Locally build and test your changes (they build to the /help/_site/ directory):
2529
* `bundle exec jekyll build`
26-
10. Push your changes
30+
12. Push your changes
2731

2832
### The easy way: edit on Github
2933
If you don't want to set up your own local dev environment, feel free to just edit the help materials directly from Github:

0 commit comments

Comments
 (0)