diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,11 +12,11 @@ This project's original source code is hosted [here][home]. Create a temporary database "test" with superuser "alex": - $ temp-postgres test alex + $ temp-postgres --dbname test --username alex Connect to the "test" database: - $ psql --host=localhost test alex + $ psql --host localhost --dbname test --username alex See the manual page for details. @@ -48,5 +48,5 @@ On Arch Linux you can install the dependencies using `pacman(8)`: Alternatively you can run (or install) the experimental Nix flake. - $ nix run git+https://git.skreutz.com/temp-postgres.git -- <dbname> <username> + $ nix run git+https://git.skreutz.com/temp-postgres.git -- --help |