File tree 3 files changed +3
-220
lines changed
3 files changed +3
-220
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ export PATH := $(GOBIN):$(shell npm root)/.bin:$(PATH)
8
8
.PHONY : all
9
9
all : clean dist/buf
10
10
11
- .PHONY : setup
12
- setup :
13
- bash etc/setup.sh
14
-
15
11
.PHONY : clean
16
12
clean :
17
13
git clean -fxd
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ Protobuf definitions for Viam's public-facing API.
6
6
7
7
### Development
8
8
9
- - ` make setup ` - Setup your development environment
9
+ Ensure that relevant tooling has been installed; use ` make setup ` from within
10
+ the [ rdk] ( https://github.com/viamrobotics/rdk ) repo to do so.
11
+
10
12
- ` make all ` - Clean and build the Go and web generated libraries
11
13
- ` make dist/buf ` - Build the Go and web generated libraries without cleaning
12
14
- ` make clean ` - Clean tool cache
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments