Skip to content

Commit

Permalink
Update Readme and the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 5, 2023
1 parent 189b69f commit 8eb9974
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
EXAMPLE_BUILD_TOOL = wasmserve
VERSION = v0.0.3

.PHONY: setup example build_test test_backend test1

Expand Down Expand Up @@ -48,3 +49,12 @@ test1:
@echo

$(EXAMPLE_BUILD_TOOL) ./tests/test1/test1.go

publish:
@echo
@echo " ----------------------------------------------------"
@echo "| Publishing $(NAME)... |"
@echo " ----------------------------------------------------"
@echo

GOPROXY=proxy.golang.org go list -m github.com/dimkauzh/webzen@$(VERSION)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Webzen doesnt need anything except Go version that is higher that 1.18. There is
### Getting the Go package
Wenzen is an ordinary go package, so you can get it using this command:
```bash
go get https://github.com/dimkauzh/webzen@latest
go get github.com/dimkauzh/webzen@latest
```

### How to Run the Example
Expand Down

0 comments on commit 8eb9974

Please sign in to comment.