Skip to content

Commit

Permalink
added gem command for install font-awesome-sass
Browse files Browse the repository at this point in the history
modified readme
  • Loading branch information
yusuke84 committed Oct 14, 2015
1 parent 35c4f95 commit 81ec9ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source 'https://rubygems.org'
gem 'github-pages'
gem 'bootstrap-sass', '3.3.5.1'
gem 'sass-css-importer', '>= 1.0.0.beta'
gem 'compass', '1.0.3'
gem 'compass', '1.0.3'
gem 'font-awesome-sass'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Make sure node and npm

1. run gulp (Individual gulp tasks are kept in gulp/tasks/)
```
$ gulp
$ bundle exec gulp
```
2. access [http://localhost:3000/](http://localhost:3000/).

Expand Down

0 comments on commit 81ec9ed

Please sign in to comment.