From 16ad2f0de2b2ce279ccc2ef47e86ddd2b8bfd51b Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 6 Jan 2021 08:34:48 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 475b71c0..c55affa4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Please avoid using libaries other than those available in the standard library, ## Building rqlite *Building rqlite requires Go 1.14 or later. [gvm](https://github.com/moovweb/gvm) is a great tool for installing and managing your versions of Go.* -A key design goal of rqlite is to keep the build process as simple as possible. Download, build, and run rqlite like so (tested on 64-bit Kubuntu 16.04 and OSX): +One goal of rqlite is to keep the build process as simple as possible. Download, build, and run rqlite like so (tested on 64-bit Kubuntu 16.04 and OSX): ```bash mkdir rqlite # Or any directory of your choice.