From b451a78fa4d004a08925318cba9aeab54dd883bd Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Thu, 18 May 2023 14:22:00 +0300 Subject: [PATCH] Updated Building (markdown) --- Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building.md b/Building.md index 0a3f1a7..39bbf68 100644 --- a/Building.md +++ b/Building.md @@ -23,7 +23,7 @@ go build -tags=static . 1. Install libgit2 dependency _(needed only for the first time)_ > **Note** - > `cmake` and `pkg-config` are required to build libgit2. You can install it by running `sudo apt-get install cmake pkg-config` (Linux) or `brew install cmake pkg-config` (macOS). + > `cmake` and `pkg-config` are required to build libgit2. You can install them by running `sudo apt-get install cmake pkg-config` (Linux) or `brew install cmake pkg-config` (macOS). ``` make libgit2