From c640f7f7e755c26901c6e8fcbaca230029db5c91 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Mon, 1 Apr 2019 17:36:18 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8b4610..b2dd18c 100644 --- a/README.md +++ b/README.md @@ -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