We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88f9e3 commit 06ddbc8Copy full SHA for 06ddbc8
1 file changed
README.md
@@ -18,9 +18,20 @@ Join our [discord server](https://discord.gg/m5ZzWPumbd) to get help and discuss
18
</div>
19
20
# Usage
21
+## Dependencies
22
+ - Rustbase needs to be running on host.
23
+
24
25
```bash
26
rustbase-cli [options]
27
```
28
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
36
# License
37
[MIT License](./LICENSE)
0 commit comments