Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LLiuJJ authored Mar 6, 2024
1 parent 469c252 commit e3a0d4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,18 @@ eraft 中使用了 hash 分片的方法,我们将数据通过哈希算法映

构建依赖

```
go version >= go1.17.6
```

编译

```
git clone https://github.com/eraft-io/eraft.git -b eraftbook
cd eraft
make
``
```

运行集群基本读写测试

Expand Down

0 comments on commit e3a0d4e

Please sign in to comment.