From b72f62d7855a4f7e16e9f67b238a65daf0b2976a Mon Sep 17 00:00:00 2001 From: robcxyz Date: Tue, 14 Nov 2023 18:30:36 +0800 Subject: [PATCH] chore: add go note to reads --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f21d9e..23d878d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ All the commands needed to do the following can be done with make: > 2. rocksdb > - `brew install rocksdb` (macOS) > - `sudo apt-get install librocksdb-dev libsnappy-dev` (Ubuntu) +> +> 3. go +> - `brew install golang` (macOS) +> - Google it... (Ubuntu) One click: