diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index c8f2174b1..116431f74 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -8,6 +8,6 @@ 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.
-If you don't have node.js installed you can install the CLI by [Donwloading](/cli/installation/download) it directly.
+If you don't have node.js installed you can install the CLI by [Downloading](/cli/installation/download) it directly.
It is also possible to run the CLI using a [Docker image](/cli/installation/docker). diff --git a/docs/index.js b/docs/index.js index 8884f7803..bbd8e87f9 100644 --- a/docs/index.js +++ b/docs/index.js @@ -365,9 +365,10 @@ const createDownloadPage = async () => { 'and download the binary that matches your operating system.
\n' + 'We currently support the following OS:
\n' + ' \n' + '\n' + 'After downloading the binary, untar or unzip it and your are good to go.
\n' + diff --git a/package.json b/package.json index f05b854b6..6b2d4fa69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.8.89", + "version": "0.8.90", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,