- Katılım
- 9 Eyl 2021
- Mesajlar
- 5
- Reaction score
- 25
- Puanları
- 13
Termux :
$ pkg upgrade && pkg update
$ pkg install git
$ pkg install nodejs-lts
$ git clone https://github.com/officialputuid/toolsig
$ cd toolsig
$ npm i
$ node index.js
Linux :
$ git clone https://github.com/officialputuid/toolsig
$ cd toolsig
$ npm i
$ node index.js
Windows : (Biraz Daha Zor)
# Windows için git yükleyin ve kurun
# Windows için Nodejs yükleyin ve kurun
# https://github.com/officialputuid/toolsig Bu dosyaları indirin ve rardan çıkarın.
# Klasörde sağ tık yapın ve git komutunu çalıştır diyin.
$ npm i
$ node index.js