We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a3dee commit 0e4e5faCopy full SHA for 0e4e5fa
README.md
@@ -41,5 +41,7 @@ tinygo flash -target=arduino -port=/dev/ttyUSB0 .
41
## Install the serial monitor
42
43
```shell
44
-go get -u github.com/soypat/tinygo-arduino-examples/monitor
45
-```
+go install github.com/soypat/tinygo-arduino-examples/monitor@latest
+```
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