Update README.md

This commit is contained in:
James Mills 2019-08-18 22:34:14 +10:00 committed by GitHub
parent e8bee948bc
commit b28353de02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,20 +21,11 @@ For a more feature-complete Redis-compatible server, distributed key/value store
## Development
1. Get the source
```#!sh
$ git clone https://github.com/prologic/bitcask.git
```
2. Build the project
```#!sh
$ make
```
This will invoke `go generate` and `go build`.
## Install
```#!sh