Skip to content

Commit

Permalink
Remove extra cp in readme
Browse files Browse the repository at this point in the history
REF GH-44
  • Loading branch information
Nick Zaccardi authored Dec 16, 2016
2 parents 5827219 + 0a2dc1a commit 7e94815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To develop on keg, begin by running our tests::

git clone https://github.com/level12/keg keg-src
cd keg-src
cp cp keg_apps/db/user-config-tpl.py ~/.config/keg_apps.db/keg_apps.db-config.py
cp keg_apps/db/user-config-tpl.py ~/.config/keg_apps.db/keg_apps.db-config.py
# edit the DB connection info in this file (you don't have to use vim):
vim ~/.config/keg_apps.db/keg_apps.db-config.py
tox
Expand Down

0 comments on commit 7e94815

Please sign in to comment.