From b28353de0227bb42637723f126e532869b6be129 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 18 Aug 2019 22:34:14 +1000 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) 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