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 />
88
99In 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
1313It 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 () => {
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' +
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments