Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 134 Bytes

rubynotes.md

File metadata and controls

12 lines (6 loc) · 134 Bytes

####Install bundler

http://bundler.io/

####Initialize Gemfile

bundle init

####Add gems to gemfile and run bundler

bundle install