Skip to content

Commit

Permalink
Remove push.sh, update instructions
Browse files Browse the repository at this point in the history
Users should use periph.io/x/bootstrap/cmd/push now.
  • Loading branch information
maruel committed Dec 28, 2017
1 parent 349773e commit 6b5aee2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
12 changes: 12 additions & 0 deletions cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ This directory contains directly usable tools installable via `go get
periph.io/x/periph/cmd/...`.


## Push

If you prefer to build on your workstation and push the binaries to the micro
computer, install `push` from [periph.io/x/bootstrap](
https://github.com/periph/bootstrap) to cross compile and efficiently push via
rsync:

```
go get -u periph.io/x/bootstrap/cmd/push
push -host pi@raspberrypi periph.io/x/periph/cmd/...
```

## Recommended first use

Try first `periph-info`. It will print out if any driver failed to run, for
Expand Down
31 changes: 0 additions & 31 deletions cmd/push.sh

This file was deleted.

0 comments on commit 6b5aee2

Please sign in to comment.