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

  1. Update packages to latest version
    • Update sources pkg update && pkg upgrade
    • Install git using pkg install git command.
  2. Clone repository files in $HOME/.config/echominal by typing the following command:
$ git clone https://github.com/farhansadik/echominal.git  ~/.config/echominal
  1. Install echominal
$ bash ~/.config/echominal/tools/install
  1. After install all of packages, close termux app and open it again..
  2. 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