Skip to content

Commit e036860

Browse files
kostis-codefreshpasha-codefresh
authored andcommitted
Fixed download links after new alpine addition (#235)
1 parent c7751f9 commit e036860

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/content/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Codefresh CLI is developed and built with node.js. <br />
88

99
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>
1010

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

1313
It is also possible to run the CLI using a [Docker image](/cli/installation/docker).

docs/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,10 @@ const createDownloadPage = async () => {
365365
'and download the binary that matches your operating system.<br>\n' +
366366
'We currently support the following OS: <br>\n' +
367367
'<ul>\n' +
368-
' <li><a href=' + links[0] + ' target="_blank">Linux-x64</a></li>\n' +
369-
' <li><a href=' + links[1] + ' target="_blank">Macos-x64</a></li>\n' +
370-
' <li><a href=' + links[2] + ' target="_blank">Windows-x64</a></li>\n' +
368+
' <li><a href=' + links[0] + ' target="_blank">Alpine-x64</a></li>\n' +
369+
' <li><a href=' + links[1] + ' target="_blank">Linux-x64</a></li>\n' +
370+
' <li><a href=' + links[2] + ' target="_blank">Macos-x64</a></li>\n' +
371+
' <li><a href=' + links[3] + ' target="_blank">Windows-x64</a></li>\n' +
371372
'</ul> \n' +
372373
'\n' +
373374
'After downloading the binary, untar or unzip it and your are good to go.<br>\n' +

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.89",
3+
"version": "0.8.90",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)