Skip to content

Commit

Permalink
Merge pull request #10 from gateio/zkmerkle-proof
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
jin1232233 authored Oct 24, 2023
2 parents 683fd60 + 6ca6e68 commit 796f994
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

2 comments on commit 796f994

@cp0129
Copy link

@cp0129 cp0129 commented on 796f994 Aug 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@V2FWH88QGH
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1MgYiCGvhMMHGKptVPXvJFSV2KcfbmHYUc

Please sign in to comment.