Skip to content

Commit

Permalink
Merge pull request #162 from kallewesterling/kallewesterling/issue160
Browse files Browse the repository at this point in the history
Switch from pg_restore to psql in macOS instructions
  • Loading branch information
edwardchalstrey1 authored Jun 18, 2024
2 parents 8963fa9 + 23d6c18 commit 830f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Local setup steps have been tested on an M1 Mac and on an Ubuntu VM running on t
- <details><summary>macOS</summary>
```
pg_restore -U postgres -d <seshat_db_name> /path/to/file.dump
psql <seshat_db_name> < /path/to/file.dump
```
</details>
- <details><summary>Ubuntu</summary>
Expand Down

0 comments on commit 830f81c

Please sign in to comment.