We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4432b29 commit 62d21afCopy full SHA for 62d21af
README.md
@@ -4,9 +4,12 @@ Robot of cortex full node
4
## How to use it ?
5
6
Make sure config the right cortex RPC service endpoint
7
+```
8
+go install github.com/CortexFoundation/robot/cmd/robot@latest
9
10
11
```
-go run cmd/main.go
12
+go run cmd/robot/main.go
13
14
<img width="1416" alt="image" src="https://github.com/CortexFoundation/robot/assets/22344498/9fea7065-9ffe-4076-a840-5dc218247543">
15
cmd/main.go cmd/robot/main.gocmd/main.go renamed to cmd/robot/main.go
0 commit comments