We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d917db commit 29cf4c8Copy full SHA for 29cf4c8
README.md
@@ -63,8 +63,12 @@ To build, run the following commands:
63
go get github.com/go-errors/errors
64
go get github.com/stretchr/testify
65
go get github.com/jstemmer/go-junit-report
66
-go get github.com/arduino/go-properties-map
67
-go get github.com/arduino/go-timeutils
+go get -u github.com/arduino/go-properties-map
+go get -u github.com/arduino/go-timeutils
68
+go get google.golang.org/grpc
69
+go get github.com/golang/protobuf/proto
70
+go get golang.org/x/net/context
71
+go get github.com/fsnotify/fsnotify
72
go get github.com/arduino/arduino-builder
73
go build github.com/arduino/arduino-builder/arduino-builder
74
```
0 commit comments