doc: Update readme

This commit is contained in:
Lioncat2002 2022-12-07 22:00:29 +05:30
parent 60d0f8326e
commit 2d8f0e6e5a
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -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
```