diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 4f106c2b..0bece44f 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -175,7 +175,7 @@ You should then download the file to the machine where you are setting up your d In your Ubuntu installation where you have been running these setup steps (e.g. Virtualbox VM), you can then recrate the db like so. ``` -psql < +psql -d -U -h localhost < ```