diff --git a/README.md b/README.md index f3bdee4c..95657a17 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,13 @@ Install autoconf and other basic development tools, python3 and pip. ##### Apt-based (debian, ubuntu, etc) - `sudo apt update` - - `sudo apt install python3-pip python3-venv` + - `sudo apt install pkg-config python3-pip python3-venv` ##### Android/Termux - install [Termux](https://termux.com/) - in Termux install via `pkg install ` - `pkg update` - - `pkg install python automake autoconf-dev git` (TODO: check fresh installation whether there are more dependencies to install) + - `pkg install python automake git` (TODO: check fresh installation whether there are more dependencies to install) - (optional) `pkg install tor` - (optional) run tor via `tor --ControlPort 9051 --CookieAuthentication 1` command (you can then open new session by swiping to the right)