doc: add quickstart to readme
This commit is contained in:
6
Makefile
6
Makefile
@ -15,6 +15,12 @@ OPENWRT_DEVICE ?= 192.168.1.1
|
||||
watch: deps ## Watching updated files - live reload
|
||||
( set -o allexport && source .env && set +o allexport && go run -mod=readonly github.com/cortesi/modd/cmd/modd@latest )
|
||||
|
||||
clean:
|
||||
rm -f .emissary-*
|
||||
rm -f emissary.sqlite*
|
||||
rm -f server-key.json
|
||||
rm -f agent-key.json
|
||||
|
||||
.PHONY: test
|
||||
test: test-go ## Executing tests
|
||||
|
||||
|
Reference in New Issue
Block a user