This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new fcaed04 Update getting-started.md (#195)
fcaed04 is described below
commit fcaed0408086fb239b73b6f4a8b2d5e501398aa5
Author: Haoran Yu <[email protected]>
AuthorDate: Tue Feb 6 10:00:16 2024 +0800
Update getting-started.md (#195)
---
docs/getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index bdfbfed..dbc665e 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -87,7 +87,7 @@ The binary file `kvrocks` will be generated at `build` dir if
everything goes we
Run the Kvrocks server by:
```shell
-./build/kvrocks
+./build/kvrocks -c kvrocks.conf
```
Now you can use the `redis-cli` to run the kvrocks server as Redis on port
`6666`: