You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,13 @@ If you are working on the site, you will want to install and run a local copy of
8
8
9
9
### Dependencies
10
10
11
-
In order to use Jekyll, you will need to have Ruby.
11
+
In order to use Jekyll, you will need to have Ruby installed. macOS comes pre-installed with Ruby, but you may need to update RubyGems (via `gem update --system`).
12
+
Otherwise, [RVM](https://rvm.io/) and [rbenv](https://github.com/sstephenson/rbenv) are popular ways to install Ruby.
macOS comes pre-installed with Ruby, but you may need to update RubyGems (via `gem update --system`).
18
-
Otherwise, [RVM](https://rvm.io/) and [rbenv](https://github.com/sstephenson/rbenv) are popular ways to install Ruby.
19
-
20
18
The version of the Pygment syntax highlighter used by Jekyll requires Python 2.7.x (not 3.x). macOS comes pre-installed with Python 2.7, but you may need to install it on other OSs.
0 commit comments