Windows:
- Download the tascli.exe and drag it where ever you like
- Open the cmd and type:
setx PATH "PATH TO YOUR DOWNLOADED .EXE"
- Done 😀
Linux:
- Download tascli and drag it where ever you like
- Open the terminal and type:
export PATH=$PATH:PATH TO YOUR DOWNLOADED FILE
- Done 😎
Linux / Mac / Windows:
- Download node.js
- Check if node installed by typing
node -v
- Start installing with this command:
npm install -g tascli
- Done 😩