summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-09-27 14:15:57 -0700
committerMicah Lee <micah@micahflee.com>2016-09-27 14:15:57 -0700
commit94f26ea83da886e943ea830a7874e4f0d080d67d (patch)
tree80aa31d067760fd7104c206870b24666827eb6f3
parentd8b0a4e152d59ada9dc737045f6343a8c9900f55 (diff)
parent95c37746d40d19aab4f765e2893a10aff74741a7 (diff)
downloadonionshare-94f26ea83da886e943ea830a7874e4f0d080d67d.tar.gz
onionshare-94f26ea83da886e943ea830a7874e4f0d080d67d.zip
Merge branch '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
```