doc: Update readme
This commit is contained in:
parent
60d0f8326e
commit
2d8f0e6e5a
|
@ -23,5 +23,10 @@ This project is currently based on an unstable feature of block subscription of
|
|||
|
||||
|
||||
```
|
||||
cargo run --bin lite-rpc -- --port 9000 --subscription-port 9001 --rpc-url http://localhost:8899
|
||||
cargo run --bin lite-rpc -- run --port 9000 --subscription-port 9001 --rpc-url http://localhost:8899
|
||||
```
|
||||
|
||||
## Tests
|
||||
```
|
||||
cargo run --bin lite-rpc -- test
|
||||
```
|
Loading…
Reference in New Issue