File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ Codefresh CLI is developed and built with node.js. <br />
8
8
9
9
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 >
10
10
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 />
12
12
13
13
It is also possible to run the CLI using a [ Docker image] ( /cli/installation/docker ) .
Original file line number Diff line number Diff line change @@ -365,9 +365,10 @@ const createDownloadPage = async () => {
365
365
'and download the binary that matches your operating system.<br>\n' +
366
366
'We currently support the following OS: <br>\n' +
367
367
'<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' +
371
372
'</ul> \n' +
372
373
'\n' +
373
374
'After downloading the binary, untar or unzip it and your are good to go.<br>\n' +
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.8.89 " ,
3
+ "version" : " 0.8.90 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments