02-08-2018, 08:51 PM
(This post was last modified: 02-09-2018, 03:53 PM by proton.
Edit Reason: [SOLVED]
)
https://gekko.wizb.it/docs/installation/...ws_10.html
1. Bash is not in windows store but you can use command lxrun /install
2.
Should be:
The Master is not the stable version
1. Bash is not in windows store but you can use command lxrun /install
2.
Code:
git clone git://github.com/askmike/gekko.git
cd gekko
npm install --only=production
Should be:
Code:
git clone git://github.com/askmike/gekko.git -b stable
cd gekko
npm install --only=production