Skip to content

Commit 0e4e5fa

Browse files
committed
fix install instructions for serial monitor
1 parent f7a3dee commit 0e4e5fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ tinygo flash -target=arduino -port=/dev/ttyUSB0 .
4141
## Install the serial monitor
4242

4343
```shell
44-
go get -u github.com/soypat/tinygo-arduino-examples/monitor
45-
```
44+
go install github.com/soypat/tinygo-arduino-examples/monitor@latest
45+
```
46+
47+
The executable will be installed to your GOBIN directory. To call from shell make sure GOBIN is in your PATH.

0 commit comments

Comments
 (0)