A skeleton web application configured to use Sinatra and ActiveRecord

README: Update bundler instructions

+2 -1
+2 -1
README.md
··· 20 20 21 21 Then install Bundler dependencies: 22 22 23 - $ bundle install --path vendor/bundle 23 + $ bundle config set --local path vendor/bundle 24 + $ bundle install 24 25 25 26 Initialize a session secret key: 26 27