diff --git a/Makefile b/Makefile index 8660d7b..4ba546a 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,8 @@ clean: rm -rf ./bin go clean -i -x -r -modcache -.PHONY: test clean generate vendor install-devtools lint watch tidy \ No newline at end of file +doc: + @echo "Open your browser to http://localhost:6060/pkg/forge.cadoles.com/Pyxis/orion/ to see the documentation" + @godoc -http=:6060 + +.PHONY: test clean generate vendor install-devtools lint watch tidy doc \ No newline at end of file