From 3e42334b926a5e281ed727cd90c79c585e36314d Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" Date: Wed, 27 Jul 2022 15:14:10 +0800 Subject: [PATCH] chores: change readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a1e3c01c3..9e92365081 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ GreptimeDB: the next-generation hybrid timeseries/analytics processing database in the cloud. ## Getting Started + ### Prerequisites To compile GreptimeDB from source, you'll need the following: - Rust @@ -22,7 +23,7 @@ The [`prost-build`](https://github.com/tokio-rs/prost/tree/master/prost-build) d Follow the instructions for your operating system on the [`cmake`](https://cmake.org/install/) site. For macOS users, you can also use `homebrew` to install `cmake`. -```bash +```bash brew install cmake ```