From df9fa93cda24b7e8f82fca31eea2838a6f53f8dd Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Fri, 5 Apr 2024 10:01:23 +0100 Subject: [PATCH] Update website/docs/installation.mdx --- website/docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index f4b21540..ce4409ef 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -11,7 +11,7 @@ To install Git Proxy, you must first install [Node.js](https://nodejs.org/en/dow npm install -g @finos/git-proxy ``` -To install Git Proxy Command Line Tool (CLI) +To install the GitProxy Command Line Interface (CLI), run: ```bash npm install -g @finos/git-proxy-cli ```