aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-09-27 14:15:17 -0700
committerMicah Lee <micah@micahflee.com>2016-09-27 14:15:17 -0700
commit95c37746d40d19aab4f765e2893a10aff74741a7 (patch)
tree80aa31d067760fd7104c206870b24666827eb6f3
parentd8b0a4e152d59ada9dc737045f6343a8c9900f55 (diff)
parentd05fed16d4f4d4c3563e3950f0e8a8839b7ebc81 (diff)
downloadonionshare-95c37746d40d19aab4f765e2893a10aff74741a7.tar.gz
onionshare-95c37746d40d19aab4f765e2893a10aff74741a7.zip
Merge branch 'ubuntu-build' of https://github.com/dballard/onionshare into dballard-ubuntu-build
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 05122859..668e386a 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -27,7 +27,7 @@ After that you can try both the CLI and the GUI version of OnionShare:
A script to build a .deb package and install OnionShare easily is also provided for your convenience:
```sh
-sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus
+sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus python3-nose
./install/build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb
```