Skip to content

Commit

Permalink
Correct README in terms of dependency manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Dementiev committed Jun 24, 2019
1 parent f1d9fb4 commit f607d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ Just specify all the same parameters, but use `dotenv` command instead with a fi

### How to build

This project uses https://github.com/golang/dep as a dependency manager. Go v.1.10.1 was used.
This project uses `go mod` as a dependency manager. Go v.1.12 was used.

```
$git clone https://github.com/springload/ssm-parent.git
$cd ssm-parent && dep ensure
$go build
# (after some hacking)
$git tag vXXX && git push && git push --tags
Expand Down

0 comments on commit f607d13

Please sign in to comment.