diff --git a/README.md b/README.md index 5ad016a..26797d0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ Robot of cortex full node ## How to use it ? Make sure config the right cortex RPC service endpoint +``` +go install github.com/CortexFoundation/robot/cmd/robot@latest +``` ``` -go run cmd/main.go +go run cmd/robot/main.go ``` image diff --git a/cmd/main.go b/cmd/robot/main.go similarity index 100% rename from cmd/main.go rename to cmd/robot/main.go