Skip to content

Commit 6ca6e68

Browse files
committed
update README
1 parent ae8fda0 commit 6ca6e68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ By combining zk-SNARK with Merkle Tree, both the integrity and consistency of th
3030
docker run -d --name zk-kvrocks -p 6666:6666 apache/kvrocks
3131
```
3232

33-
> If the connection fails after installing kvrocks: Solution 1: Try to modify the /var/lib/kvrocks/kvrocks.conf file in the docker, change it to `bind 0.0.0.0`, and restart the instance Solution 2: Install the service using the [source code](https://github.com/apache/kvrocks)
33+
> If the connection fails after installing kvrocks:
34+
1: Try to modify the /var/lib/kvrocks/kvrocks.conf file in the docker, change it to `bind 0.0.0.0`, and restart the instance Solution
35+
2: Install the service using the [source code](https://github.com/apache/kvrocks)
3436

3537
### Install Go environment
3638

0 commit comments

Comments
 (0)