diff --git a/README.md b/README.md index a4d0120..59fca06 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ psql -h [db_host] -p [db_port] -U [your_user] -d [db_name] < dnd_bank.psql Finally, set up your configuration file. (This step will be unnecessary via a guided configuration that will be included in a future update) ```sh -cp .dndbank.conf ~/ +cp [repo_location]/dndbank.conf ~/ vim ~/.dndbank.conf # Fill out the information ```