Skip to content

Commit

Permalink
Merge pull request #17 from eschwartz/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix github uri in install directions
  • Loading branch information
ejholmes authored Apr 6, 2018
2 parents f397e32 + 1da6be9 commit d25b060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d25b060

Please sign in to comment.