Skip to content

Commit 1b7066e

Browse files
authored
Separate Ruby and Python instructions
1 parent 175fc4a commit 1b7066e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ If you are working on the site, you will want to install and run a local copy of
88

99
### Dependencies
1010

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.
1213

1314
- [Ruby](http://www.ruby-lang.org/) (version >= 1.8.7)
1415
- [RubyGems](http://rubygems.org/) (version >= 1.3.7)
1516
- [Bundler](http://gembundler.com/)
1617

17-
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-
2018
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.
2119

2220
- [Python](https://www.python.org) (version 2.7.x)

0 commit comments

Comments
 (0)