From 46a000e2ed2ecdd7e1476a42c522d6b51991c9ee Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:36:51 -0400 Subject: [PATCH] docs: clarify install script dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba221b..3fe778c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,12 @@ See [docs/usage.md](docs/usage.md) for detailed usage instructions. ## Quick Install -Run the installer to set up all dependencies and the `voxvera` CLI in one step. +Run the installer to set up the core dependencies and install the `voxvera` CLI. +The script installs Tor, OnionShare, `jq`, `qrencode`, and ImageMagick before +fetching the latest release of the CLI. Other prerequisites like Node.js, +`javascript-obfuscator`, `html-minifier-terser`, and the Python packages +`InquirerPy` and `rich` are not installed automatically. Run `setup.sh` or +install those packages manually if they are missing. If you already have the prerequisites you can install the package directly from PyPI: