From 9344d8743779b4ca92f8cc9aaf647cc4a39a443f Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Mon, 17 Dec 2018 17:51:01 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d9003e..aad1fd8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Brooce uses redis as its database. Redis can be accessed from any programming la # Quick Start -## Option 1: Download our binaries! +## Option 1: Download Our Binaries This is simplest, and will get you running immediately. ```shell sudo apt-get install redis-server @@ -35,7 +35,7 @@ chmod 755 brooce ./brooce ``` -## Option 2: Build from source! +## Option 2: Build From Source You must have Go 1.11 or newer installed. ```shell sudo apt-get install redis-server