mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-26 09:31:45 +01:00
9 lines
247 B
Bash
9 lines
247 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Install gopherjs-gRPC plugin by Johan Brandhorst
|
||
|
|
||
|
# go and protoc have to be installed already
|
||
|
# $GOPATH/bin has to be in path
|
||
|
|
||
|
go get -u github.com/gopherjs/gopherjs
|
||
|
go get -u github.com/johanbrandhorst/protobuf/protoc-gen-gopherjs
|