Skip to content

Commit

Permalink
Update README.md (#295)
Browse files Browse the repository at this point in the history
Fix the install instructions for current versions of Go, since trying the current suggestion will likely lead the user through a trail of unhelpful error messages.
  • Loading branch information
lpar committed Oct 1, 2021
1 parent 81fac4b commit d35d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ curl.exe -fsS -A MS https://webinstall.dev/arc | powershell
To install the runnable binary to your \$GOPATH/bin:

```bash
go get github.com/mholt/archiver/cmd/arc
go install github.com/mholt/archiver/v3/cmd/arc@latest
```

### Manually
Expand Down

0 comments on commit d35d4ce

Please sign in to comment.