We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d358 commit e26d487Copy full SHA for e26d487
README.md
@@ -16,7 +16,7 @@ get an [invite here](https://invite.slack.golangbridge.org/).
16
This directory contains directly usable tools installable via:
17
18
```
19
-go get periph.io/x/cmd/...
+go install periph.io/x/cmd/...@latest
20
21
22
@@ -28,7 +28,7 @@ https://github.com/periph/bootstrap) to cross compile and efficiently push via
28
rsync:
29
30
31
-go get -u periph.io/x/bootstrap/cmd/push
+go install periph.io/x/bootstrap/cmd/push@latest
32
push -host pi@raspberrypi periph.io/x/cmd/...
33
34
0 commit comments