Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed May 7, 2018
1 parent fb90d84 commit 46934bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo "gem: --no-document" >> ~/.gemrc # disable docs for gems
bundle install # install dependencies
gem install pg # required for Postgres usage
cp config/database.psql.yml config/database.yml # in case you want to use Postgres
cp config/database.sqlite.yml config/database.yml # in case you want to user SQLite
cp config/database.sqlite.yml config/database.yml # in case you want to use SQLite
exit # restart the session, required step
vagrant ssh # reconnect to the VM
cd hpi-swt2
Expand Down

0 comments on commit 46934bf

Please sign in to comment.