Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Feb 5, 2023
1 parent 8ddda25 commit 7a15c58
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ There are a couple of easy ways to install pgm at the moment:
`cargo install --path .`.

In the future, I may decide to add this library to [crates.io](https://crates.io),
but for the time being, these are the two best ways to get pgbm.
but for the time being, these are the two best ways to get pgbm.

## Optional arguments
Version `1.1.0` introduces two optional arguments. They are as follows:
```
-p, --postgres-version <VERSION> Specifies the version of Postgres you wish to boot if you have multiple Linuxbrew installations
-d, --data-location <LOCATION> Overrides the default postgres data directory (/home/linuxbrew/.linuxbrew/var/postgresql/) with the specified location
```

0 comments on commit 7a15c58

Please sign in to comment.