Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand All @@ -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/...
```

Expand Down
Loading