Skip to content

Commit

Permalink
break up cli example
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Jan 21, 2020
1 parent 9650244 commit 15e4eeb
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 @@ -14,7 +14,9 @@ $ GOOS=win32 GOARCH=amd64 go build -o flamingo.exe
```

```
$ go get -u -v github.com/atredispartners/flamingo && go install -v github.com/atredispartners/flamingo && $GOPATH/bin/flamingo
$ go get -u -v github.com/atredispartners/flamingo && \
go install -v github.com/atredispartners/flamingo && \
$GOPATH/bin/flamingo
```

2. Run the binary and collect credentials
Expand Down

0 comments on commit 15e4eeb

Please sign in to comment.