diff --git a/README.md b/README.md index b5151bb..5e526c7 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,7 @@ docker pull sameersbn/postgresql:9.4-8 Alternately you can build the image yourself. ```bash -git clone https://github.com/sameersbn/docker-postgresql.git -cd docker-postgresql -docker build -t="$USER/postgresql" . +docker build -t sameersbn/postgresql github.com/sameersbn/docker-postgresql ``` # Quick Start