Skip to content

Commit b40b68d

Browse files
authored
Update README.md
1 parent 88e4392 commit b40b68d

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
@@ -21,7 +21,7 @@ I created this theme because I couldn't figure out how to set up a Jekyll projec
2121
(Instructions are based off of those for the [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit).)
2222

2323
- Clone this repository or download it as a .zip file and unzip.
24-
- Install jekyll (and any other Ruby gems) with `bundle install`. (Prerequisite: must have Ruby installed. You may also have to install bundler with `gem install bundler`.)
24+
- Install jekyll (and any other Ruby gems) with `bundle install`. (Prerequisite: must have Ruby installed; in Ubuntu/Debian, use `sudo apt-get install ruby-dev`. You may also have to install bundler with `gem install bundler`.)
2525
- From the project root folder, run `npm install -g gulp bower && npm install && bower install`. (See the [Polymer Starter Kit installation instructions](https://github.com/PolymerElements/polymer-starter-kit#install-dependencies) for more details or troubleshooting.)
2626

2727
## Structure

0 commit comments

Comments
 (0)