Skip to content

Commit e26d487

Browse files
authored
Update installation instructions for Go 1.17 onwards (#13)
1 parent 5a3d358 commit e26d487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ get an [invite here](https://invite.slack.golangbridge.org/).
1616
This directory contains directly usable tools installable via:
1717

1818
```
19-
go get periph.io/x/cmd/...
19+
go install periph.io/x/cmd/...@latest
2020
```
2121

2222

@@ -28,7 +28,7 @@ https://github.com/periph/bootstrap) to cross compile and efficiently push via
2828
rsync:
2929

3030
```
31-
go get -u periph.io/x/bootstrap/cmd/push
31+
go install periph.io/x/bootstrap/cmd/push@latest
3232
push -host pi@raspberrypi periph.io/x/cmd/...
3333
```
3434

0 commit comments

Comments
 (0)