Revise installation instructions

Include Gemfile for Bundler install
This commit is contained in:
Michael Rose
2014-02-12 09:30:09 -05:00
parent 87988c2ce7
commit 0b0b931c21
4 changed files with 98 additions and 14 deletions

9
Gemfile Normal file
View File

@ -0,0 +1,9 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'kramdown'
gem 'coderay'
gem 'rake'
gem 'thor'
gem 'activesupport'
gem 'stringex'