Skip to content

Commit 9493f42

Browse files
authoredDec 11, 2024
Remove setup script (viamrobotics#604)
1 parent 93c5ecd commit 9493f42

File tree

3 files changed

+3
-220
lines changed

3 files changed

+3
-220
lines changed
 

‎Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ export PATH := $(GOBIN):$(shell npm root)/.bin:$(PATH)
88
.PHONY: all
99
all: clean dist/buf
1010

11-
.PHONY: setup
12-
setup:
13-
bash etc/setup.sh
14-
1511
.PHONY: clean
1612
clean:
1713
git clean -fxd

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Protobuf definitions for Viam's public-facing API.
66

77
### Development
88

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+
1012
- `make all` - Clean and build the Go and web generated libraries
1113
- `make dist/buf` - Build the Go and web generated libraries without cleaning
1214
- `make clean` - Clean tool cache

‎etc/setup.sh

-215
This file was deleted.

0 commit comments

Comments
 (0)