Skip to content

Commit 06ddbc8

Browse files
committed
docs(readme.md): add usage
1 parent e88f9e3 commit 06ddbc8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,20 @@ Join our [discord server](https://discord.gg/m5ZzWPumbd) to get help and discuss
1818
</div>
1919

2020
# Usage
21+
## Dependencies
22+
- Rustbase needs to be running on host.
23+
24+
2125
```bash
2226
rustbase-cli [options]
2327
```
2428

29+
To change host or port, use `--host` and `--port` flags.
30+
31+
```bash
32+
rustbase-cli --host <host> --port <port> [options]
33+
```
34+
35+
2536
# License
2637
[MIT License](./LICENSE)

0 commit comments

Comments
 (0)