Skip to content

Commit

Permalink
Update environment-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtremback authored and jkilpatr committed Aug 24, 2021
1 parent 4a5280c commit c0847d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developer/environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Gravity bridge has three major components

Follow the official guide [here](https://golang.org/doc/install)

Make sure that the go/bin directory is in your path by adding this to your shell profile (~/.bashrc or ~/.zprofile)

```
export PATH=$PATH:$(go env GOPATH)/bin
```

### Installing NodeJS

Follow the official guide [here](https://nodejs.org/en/)
Expand Down Expand Up @@ -80,6 +86,10 @@ make proto-update-deps
# Installing the protobuf tooling
sudo make proto-tools
# Install protobufs plugins
go get github.com/regen-network/cosmos-proto/protoc-gen-gocosmos
go get github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
```

```
Expand Down

0 comments on commit c0847d0

Please sign in to comment.