Update README.md

This commit is contained in:
James Mills 2019-08-08 12:17:42 +10:00 committed by GitHub
parent 1f10b4026d
commit 110c5024ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,14 +27,7 @@ For a more feature-complete Redis-compatible server, distributed key/value store
$ git clone https://github.com/prologic/bitcask.git
```
2. Install required tools
This library uses [Protobuf](https://github.com/protocolbuffers/protobuf) to serialize data on disk. Please follow the
instructions for installing `protobuf` on your system. You will also need the
following Go libraries/tools to generate Go code from Protobuf defs:
- [protoc-gen-go](https://github.com/golang/protobuf)
3. Build the project
2. Build the project
```#!sh
$ make