updating how we get dev deps
This commit is contained in:
parent
2f88365500
commit
7d9d0e940c
3
Makefile
3
Makefile
@ -15,3 +15,6 @@ lint:
|
|||||||
proto:
|
proto:
|
||||||
@echo "Running ${@}"
|
@echo "Running ${@}"
|
||||||
./scripts/build-protos.sh
|
./scripts/build-protos.sh
|
||||||
|
|
||||||
|
build-dev-deps:
|
||||||
|
go get -u github.com/golang/protobuf/protoc-gen-go
|
@ -45,9 +45,8 @@ In order to develop on storj, you will need to have the protobuf compiler instal
|
|||||||
Use vgo to install both dev and non-dev dependencies
|
Use vgo to install both dev and non-dev dependencies
|
||||||
|
|
||||||
1. Install development dependencies
|
1. Install development dependencies
|
||||||
```bash
|
```
|
||||||
# shouldn't change your pwd
|
make build-dev-deps
|
||||||
(cd ./dev && vgo install)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Install project dependencies
|
1. Install project dependencies
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
module "storj.io/storj/dev"
|
|
||||||
|
|
||||||
require "github.com/golang/protobuf" v1.0.0
|
|
@ -1,5 +0,0 @@
|
|||||||
package main // import "storj.io/storj/dev"
|
|
||||||
|
|
||||||
import (
|
|
||||||
_ "github.com/golang/protobuf/protoc-gen-go"
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user