Skip to content

Commit

Permalink
Merge pull request #322 from suzuki/change-readme
Browse files Browse the repository at this point in the history
Use "ghcr.io/k1low/tbls" instead of "k1low/tbls"
  • Loading branch information
k1LoW authored Oct 22, 2021
2 parents b714d21 + e968c62 commit b1f2849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ tbls doc postgres://dbuser:dbpass@hostname:5432/dbname
Using docker image.

```console
$ docker run --rm -v $PWD:/work k1low/tbls doc postgres://dbuser:dbpass@hostname:5432/dbname
$ docker run --rm -v $PWD:/work ghcr.io/k1low/tbls doc postgres://dbuser:dbpass@hostname:5432/dbname
```

## Install
Expand Down

0 comments on commit b1f2849

Please sign in to comment.