Skip to content

Commit

Permalink
Merge branch 'main' into app-7130
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhorowitz authored Dec 11, 2024
2 parents 3456ca6 + 9493f42 commit cdfd5de
Show file tree
Hide file tree
Showing 30 changed files with 13,860 additions and 3,207 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
Loading

0 comments on commit cdfd5de

Please sign in to comment.