summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-10-12 23:57:45 -0400
committerGitHub <noreply@github.com>2019-10-12 23:57:45 -0400
commit90c244ee2fe98422ed537eb8a932d3da3d41218d (patch)
treee0754a32124b375ee6d419d3420ecadd232d9e9c
parentfdb56f3c62e3957d68e6c7e7d16e01686ac6cc52 (diff)
parent53eb6e2e3bd75ce6cff8753a99c04da0f800c354 (diff)
downloadonionshare-90c244ee2fe98422ed537eb8a932d3da3d41218d.tar.gz
onionshare-90c244ee2fe98422ed537eb8a932d3da3d41218d.zip
Merge pull request #1039 from mig5/fix_fedora_dep
Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 67fc8691..9456e617 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,13 +14,13 @@ Install the needed dependencies:
For Debian-like distros:
```
-apt install -y python3-flask python3-flask-httpauth python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils
+apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python python3-flask-httpauth python3-distutils
```
For Fedora-like distros:
```
-dnf install -y python3-flask python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build
+dnf install -y python3-flask python3-flask-httpauth python3-stem python3-qt5 python3-crypto python3-pysocks nautilus-python tor obfs4 python3-pytest rpm-build
```
After that you can try both the CLI and the GUI version of OnionShare: