Installation - farhansadik/echominal GitHub Wiki
Beginnergs Method
just copy and paste those commands, one by one
$ pkg install git
$ git clone https://github.com/farhansadik/echominal.git ~/.config/echominal
$ bash ~/.config/echominal/tools/install
To run echominal type:
$ echominal
Manual (git clone) Method
- Update packages to latest version
- Update sources
pkg update && pkg upgrade
- Install git using
pkg install git
command.
- Update sources
- Clone repository files in
$HOME/.config/echominal
by typing the following command:
$ git clone https://github.com/farhansadik/echominal.git ~/.config/echominal
- Install echominal
$ bash ~/.config/echominal/tools/install
- After install all of packages, close termux app and open it again..
- Hope, everything works fine. If you face any problem please mail me at
[email protected]
or create a issue on here. I'll try my best to fix those issue.
*. Thank You
Farhan Sadik