SxT-Community / chainlink-hackathon

9 stars 0 forks source link

Windows sxtcli setup DOCUMENTATION #3

Open wariomx opened 1 year ago

wariomx commented 1 year ago

Instalation and authentication guideline for WINDOWS recommendation (https://docs.spaceandtime.io/docs/space-and-time-cli):

1) Intall Java 20 version 2) Create a folder "SXT" in your program files folder; 3) Download sxtcli and save it in the folder thet we just create; 4) Save the PATH in the enviroment variants of windows 5) Create and empty document in the STX folder with the next text: "@echo off java -jar "C:\Program Files\SXT\sxtcli-0.0.2.jar" %*" 6) save the file as "sxtcli.bat" 7) Open a new cmd and the sxtcli command should be available.

nopslip commented 1 year ago

Thanks. I will test this and get it added to the guide.