From 729a647f6139c74ed8b142318092486eb2104625 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Wed, 24 Feb 2021 18:58:40 -0500
Subject: [PATCH] Update README.md

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 602e0b87a..8cfa7e441 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,8 @@ need to be adjusted if it doesn't work by default.
 
 # Preparing Zipr for Use (Setting up local postgres tables)
 
-Next we need to setup the proper tables in a local copy of the postgres database.
+Next we need to setup the proper tables in a local copy of the postgres database.  In the `zipr` directory, run:
 ```
-cd ~/peasoup_umbrella
 ./postgres_setup.sh
 ```
 
-- 
GitLab