1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Update README.md

This commit is contained in:
James Mills 2019-04-01 17:36:18 +10:00 committed by GitHub
parent b6c9867e7b
commit c640f7f7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,19 +23,19 @@ For a more feature-complete Redis-compatible server, distributed key/value store
## Development
1. Get the source:
1. Get the source
```#!bash
$ git clone https://github.com/prologic/bitcask.git
```
2. Install required tools:
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:
3. Build the project:
3. Build the project
```#!bash
$ make