From b51fc75963584a82a496ab46c6c01901c9d130de Mon Sep 17 00:00:00 2001 From: Aaron Johnon Date: Thu, 1 Jul 2021 18:01:27 -0500 Subject: [PATCH] Fixed source file name for dndbank.conf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```