Skip to content

Commit 5bdd50e

Browse files
committed
adding info to fix rubyenv silicon
1 parent 1305e1f commit 5bdd50e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,19 @@ $ rbenv shell 2.7.3
1212
$ bundle update
1313
```
1414

15-
## Building the cods
15+
## Building the docs
1616

1717
```
1818
$ eval "$(rbenv init -)"
1919
$ rbenv shell 2.7.3
20+
21+
# Check that ruby is not /usr/bin/ruby with:
22+
$ which ruby
23+
24+
# If not do:
25+
$ export PATH=$HOME/.rbenv/versions/2.7.3/bin:$PATH
26+
27+
# Finally:
2028
$ bundle exec jekyll serve
2129
```
2230

0 commit comments

Comments
 (0)