diff --git a/README.md b/README.md index 01ef6c6..1d98b92 100644 --- a/README.md +++ b/README.md @@ -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