From 1da6be997315a0c3dbb49c18a75f0608d75210c2 Mon Sep 17 00:00:00 2001 From: Edan Schwartz Date: Fri, 6 Apr 2018 12:23:11 -0500 Subject: [PATCH] Docs: Fix github uri in install directions And specify the expected download location --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: