diff --git a/README.md b/README.md index 724121e..a31d57c 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,11 @@ COOKIE_SECRET=super-secret ## Installation ```console -$ go get -u https://github.com/remind101/ssm-env +$ go get -u github.com/remind101/ssm-env ``` +You can most likely find the downloaded binary in `~/go/bin/ssm-env` + ### Usage with Docker A common use case is to use `ssm-env` as a Docker ENTRYPOINT. You can copy and paste the following into the top of a Dockerfile: