Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Unofficial guide to Android installation

Arun Prakash Jana edited this page Jun 9, 2018 · 3 revisions
Disclaimer: This is an unofficial guide to run googler on Android based on third-party apps. The procedure is unsupported.
  1. Install Termux from Google Play

  2. Install python and curl

    pkg install python python-dev curl
    
  3. Download googler (replace v3.6 with the latest release) and set as executable

    curl -o /data/data/com.termux/files/usr/bin/googler https://raw.githubusercontent.com/jarun/googler/v3.6/googler && chmod +x /data/data/com.termux/files/usr/bin/googler
    
  4. Run googler

googler on Android