Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jin1232233 committed Oct 24, 2023
1 parent ae8fda0 commit 6ca6e68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ By combining zk-SNARK with Merkle Tree, both the integrity and consistency of th
docker run -d --name zk-kvrocks -p 6666:6666 apache/kvrocks
```

> 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)
> If the connection fails after installing kvrocks:
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)

### Install Go environment

Expand Down

0 comments on commit 6ca6e68

Please sign in to comment.