Skip to content

Commit

Permalink
Use go install instead of go get (cloudspannerecosystem#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamina-zzz authored Sep 7, 2023
1 parent d5b36c0 commit 6983541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ which should be stable and much faster.
## Install

```
go get -u github.com/cloudspannerecosystem/spanner-dump
go install github.com/cloudspannerecosystem/spanner-dump@latest
```

## Usage
Expand Down

0 comments on commit 6983541

Please sign in to comment.