From 2c15465b0ea6ef2c690e2eec1a75162f210d81f9 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Sun, 4 May 2025 17:13:53 -0700 Subject: [PATCH] Update installation instructions for Go 1.17 onwards --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad9d187..ea7f36a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ get an [invite here](https://invite.slack.golangbridge.org/). This directory contains directly usable tools installable via: ``` -go get periph.io/x/cmd/... +go install periph.io/x/cmd/...@latest ``` @@ -28,7 +28,7 @@ https://github.com/periph/bootstrap) to cross compile and efficiently push via rsync: ``` -go get -u periph.io/x/bootstrap/cmd/push +go install periph.io/x/bootstrap/cmd/push@latest push -host pi@raspberrypi periph.io/x/cmd/... ```