summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-04-13 23:21:43 -0700
committerMicah Lee <micah@micahflee.com>2017-04-13 23:21:43 -0700
commite976e360b4b36f3d30b9e5707c938c740e7c099d (patch)
tree68eaf5f090736c16696fae158f11d5af7adb74d9 /BUILD.md
parent87e969fc4a71b0377a3b62d9bd7ac0d064d32fbd (diff)
downloadonionshare-e976e360b4b36f3d30b9e5707c938c740e7c099d.tar.gz
onionshare-e976e360b4b36f3d30b9e5707c938c740e7c099d.zip
Add tor as a linux dependency
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 6efb3bd8..63a30a44 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -11,9 +11,9 @@ cd onionshare
Install the needed dependencies:
-For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-flask python3-stem python3-pyqt5 python-nautilus python3-nose`
+For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-flask python3-stem python3-pyqt5 python-nautilus python3-nose tor`
-For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python`
+For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python tor`
After that you can try both the CLI and the GUI version of OnionShare: