Skip to content

Commit

Permalink
go install could not install binary #33 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoptimus authored May 3, 2024
1 parent 36d6ac4 commit 8fe7cb2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,17 @@ The Latest version:
```
go get -u -d github.com/raoptimus/db-migrator.go/cmd/db-migrator
```
or
```
go install github.com/raoptimus/db-migrator.go/cmd/db-migrator@latest
```
The custom version:
```
go get -u -d github.com/raoptimus/db-migrator.go/cmd/[email protected]
go get -u -d github.com/raoptimus/db-migrator.go/cmd/[email protected]
```
or
```
go install github.com/raoptimus/db-migrator.go/cmd/[email protected]
```

#### With docker
Expand Down

0 comments on commit 8fe7cb2

Please sign in to comment.