From 95e3303a62016269d01d9bf7c4d47d8a515dc902 Mon Sep 17 00:00:00 2001 From: Anatolii Bohatyrenko Date: Mon, 6 Jul 2020 13:22:29 +0300 Subject: [PATCH] Homebrew path added --- docs/content/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index 116431f74..71d329133 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -6,7 +6,7 @@ weight = 20 Codefresh CLI is developed and built with node.js.
-In case you have node.js installed on your machine you can use [NPM](/cli/installation/npm) or [YARN](/cli/installation/yarn) to install it.
+In case you have node.js installed on your machine you can use [NPM](/cli/installation/npm), [YARN](/cli/installation/yarn) or [HOMEBREW](cli/installation/homebrew/) to install it.
If you don't have node.js installed you can install the CLI by [Downloading](/cli/installation/download) it directly.