aboutsummaryrefslogtreecommitdiff
path: root/desktop/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-11 20:17:26 -0700
committerMicah Lee <micah@micahflee.com>2021-10-11 20:17:26 -0700
commit3e61e8dd37d768cba35d7b7f4bc97f872d24aaef (patch)
tree139bfdcfd9892b5ccf769eece40c053f2213239a /desktop/README.md
parent357e3efead8e54b7b1551b902746b37c6715c811 (diff)
downloadonionshare-3e61e8dd37d768cba35d7b7f4bc97f872d24aaef.tar.gz
onionshare-3e61e8dd37d768cba35d7b7f4bc97f872d24aaef.zip
Write Linux script to download Tor Browser and extract binaries
Diffstat (limited to 'desktop/README.md')
-rw-r--r--desktop/README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/desktop/README.md b/desktop/README.md
index 4a59fe03..c8c51519 100644
--- a/desktop/README.md
+++ b/desktop/README.md
@@ -13,9 +13,19 @@ cd onionshare/desktop
#### Linux
-If you're using Linux, install `tor` and `obfs4proxy` from either the [official Debian repository](https://support.torproject.org/apt/tor-deb-repo/), or from your package manager.
+In Ubuntu 20.04 you need the `libxcb-xinerama0` package installed.
-In Ubuntu 20.04 you also need the `libxcb-xinerama0` package installed.
+Install python dependencies:
+
+```sh
+pip3 install --user poetry requests
+```
+
+Download Tor Browser and extract the binaries:
+
+```sh
+./scripts/get-tor-linux.py
+```
#### macOS