From 110c5024ee57906a30a68ee49f232b4aa9e92af9 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:17:42 +1000 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 23f03f5..01ef6c6 100644 --- a/README.md +++ b/README.md @@ -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