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