diff --git a/README.md b/README.md index 34b6596..591e9e8 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ Trust stores generated by these scripts can be found at https://tildegit.org/ner ## Dependencies -Required: [OpenSSL](https://www.openssl.org/), [idn](https://www.gnu.org/software/libidn/), [Agunua](https://framagit.org/bortzmeyer/agunua). - -Optional: [torsocks](https://packages.debian.org/buster/torsocks) (for .onion capsules and for double-checking certificates using a different network perspective). +[OpenSSL](https://www.openssl.org/), [idn](https://www.gnu.org/software/libidn/), [Agunua](https://framagit.org/bortzmeyer/agunua), [torsocks](https://packages.debian.org/buster/torsocks) (torsocks is used for .onion capsules and for double-checking certificates using a different network perspective). To install them in Debian, run: `sudo apt install openssl idn torsocks` and `pip3 install agunua`.