Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Codefresh CLI is developed and built with node.js. <br />

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.<br>

If you don't have node.js installed you can install the CLI by [Donwloading](/cli/installation/download) it directly.<br />
If you don't have node.js installed you can install the CLI by [Downloading](/cli/installation/download) it directly.<br />

It is also possible to run the CLI using a [Docker image](/cli/installation/docker).
7 changes: 4 additions & 3 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,10 @@ const createDownloadPage = async () => {
'and download the binary that matches your operating system.<br>\n' +
'We currently support the following OS: <br>\n' +
'<ul>\n' +
' <li><a href=' + links[0] + ' target="_blank">Linux-x64</a></li>\n' +
' <li><a href=' + links[1] + ' target="_blank">Macos-x64</a></li>\n' +
' <li><a href=' + links[2] + ' target="_blank">Windows-x64</a></li>\n' +
' <li><a href=' + links[0] + ' target="_blank">Alpine-x64</a></li>\n' +
' <li><a href=' + links[1] + ' target="_blank">Linux-x64</a></li>\n' +
' <li><a href=' + links[2] + ' target="_blank">Macos-x64</a></li>\n' +
' <li><a href=' + links[3] + ' target="_blank">Windows-x64</a></li>\n' +
'</ul> \n' +
'\n' +
'After downloading the binary, untar or unzip it and your are good to go.<br>\n' +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.89",
"version": "0.8.90",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down