Skip to content

Commit cfec042

Browse files
authored
Simple default running command and help command
1 parent c86ddfd commit cfec042

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ And then, run any command to start full node `cortex`:
5656
```Bash
5757
1. cd CortexTheseus
5858
2. export LD_LIBRARY_PATH=$PWD/infernet/build/cpu/:$PWD/infernet/build/gpu:$LD_LIBRARY_PATH
59-
3. (1)./build/bin/cortex
60-
(2)./build/bin/cortex --infer.devicetype=ipc://cpu(gpu)
61-
(3)You can also run cortex full node as multiple services
62-
./cvm.sh then node.sh
63-
(4)It is easy way to run cortex full node
64-
./start.sh or ./start_gpu.sh or ./start_solo.sh
59+
3. ./build/bin/cortex
60+
61+
It is easy for you to view the help document by running ./build/bin/cortex --help
6562
```

0 commit comments

Comments
 (0)