Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Nov 29, 2019
1 parent 88305b6 commit 36a6a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple app that checks if PostgreSQL database is ready or not.
### Option 1: use binary

```sh
wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.4/wait-for-pg-linux-amd64.tar.gz
wget https://github.com/mxssl/wait-for-pg/releases/download/v0.0.5/wait-for-pg-linux-amd64.tar.gz
tar xvzf wait-for-pg-linux-amd64.tar.gz
cp wait-for-pg /usr/local/bin/wait-for-pg
chmod +x /usr/local/bin/wait-for-pg
Expand All @@ -28,7 +28,7 @@ wait-for-pg check \
docker container \
run \
--rm \
mxssl/wait-for-pg:0.0.4 \
mxssl/wait-for-pg:v0.0.5 \
wait-for-pg check \
--host postgres.domain.com \
--port 5432 \
Expand Down

0 comments on commit 36a6a9d

Please sign in to comment.