Skip to content

Commit

Permalink
Remove setup script (viamrobotics#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis authored Dec 11, 2024
1 parent 93c5ecd commit 9493f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 220 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export PATH := $(GOBIN):$(shell npm root)/.bin:$(PATH)
.PHONY: all
all: clean dist/buf

.PHONY: setup
setup:
bash etc/setup.sh

.PHONY: clean
clean:
git clean -fxd
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Protobuf definitions for Viam's public-facing API.

### Development

- `make setup` - Setup your development environment
Ensure that relevant tooling has been installed; use `make setup` from within
the [rdk](https://github.com/viamrobotics/rdk) repo to do so.

- `make all` - Clean and build the Go and web generated libraries
- `make dist/buf` - Build the Go and web generated libraries without cleaning
- `make clean` - Clean tool cache
Expand Down
215 changes: 0 additions & 215 deletions etc/setup.sh

This file was deleted.

0 comments on commit 9493f42

Please sign in to comment.