getgauge/gauge.org

Modify the install and initialise steps

Closed this issue · 1 comments

zabil commented

On https://preview.gauge.taiko/gauge-taiko

screenshot 2019-01-23 at 12 52 28 pm

  • Use bash and not zsh
  • Get rid of the warning dyld library not loaded on top
  • Start executing the commands in the $HOME folder. i.e switch to $HOME folder before recording the video using cd
  • Use the following set of commands
$ node --version
$ npm install -g @getgauge/cli
$ mkdir test; cd test
$ gauge init js

Change the command on this section

screenshot 2019-01-23 at 1 07 51 pm

from npm install @getgauge/cli npm install -g @getgauge/cli

zabil commented

Also modify the copy on this page to
"Gauge and Taiko are simple to set up. Start with a sample project using these commands"