-
-
Notifications
You must be signed in to change notification settings - Fork 839
Run on Android using Termux
Aahnik Daw edited this page Apr 24, 2021
·
11 revisions
Hopefully, you have already read the README for a basic introduction to tgcf
.
The Termux app in Android offers you a full-blown Linux terminal.
Install Termux from Google Play Store.
Note: Termux does not work well with Android 5 or 6. Don't worry! Most probably you have a much newer version of Android.
Just open your termux and run this:
curl -Lks bit.ly/tgcf-termux | bash
What happens when you run the above line?
- The above line (the installation command) actually fetches the installer script and runs it using bash.
- Read the installer script by visiting the link bit.ly/tgcf-termux. You may execute the lines one by one, manually.
To test if tgcf
was properly installed,
tgcf --version
It should output version no. and that should match with the version of the latest release.
Learn about
- environment variables,
- CLI usage and
- how to configure tgcf,
and then start using
tgcf
.
When you install tgcf
using the above method, the text editor micro
is also installed. You can use micro
to edit text files.
Have a question? Ask in the discussion forum. But make sure to read the wiki first.