Skip to content

Commit d25b060

Browse files
authored
Merge pull request #17 from eschwartz/patch-1
Docs: Fix github uri in install directions
2 parents f397e32 + 1da6be9 commit d25b060

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ COOKIE_SECRET=super-secret
3737
## Installation
3838

3939
```console
40-
$ go get -u https://github.com/remind101/ssm-env
40+
$ go get -u github.com/remind101/ssm-env
4141
```
4242

43+
You can most likely find the downloaded binary in `~/go/bin/ssm-env`
44+
4345
### Usage with Docker
4446

4547
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:

0 commit comments

Comments
 (0)