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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ I created this theme because I couldn't figure out how to set up a Jekyll projec
21
21
(Instructions are based off of those for the [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit).)
22
22
23
23
- 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`.)
25
25
- 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.)
0 commit comments