summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-12-22 16:19:54 -0800
committerMicah Lee <micah@micahflee.com>2016-12-22 16:19:54 -0800
commitfd41eac48d1afd4a8399e05f393fecb4cccc099a (patch)
tree7d4e6c258d38f94df8d4fa5878bee400948a1c32 /BUILD.md
parent4db66a860a1a8ccb559c631a4b7c77698cd41b70 (diff)
downloadonionshare-fd41eac48d1afd4a8399e05f393fecb4cccc099a.tar.gz
onionshare-fd41eac48d1afd4a8399e05f393fecb4cccc099a.zip
Added dev scripts for launching onionshare and onionshare-gui from the source code tree, without having to install it
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 668e386a..69bb4db5 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -20,8 +20,8 @@ sudo apt-get install -y python3-flask python3-stem python3-pyqt5 python-nautilus
After that you can try both the CLI and the GUI version of OnionShare:
```sh
-./install/scripts/onionshare
-./install/scripts/onionshare-gui
+./dev_scripts/onionshare
+./dev_scripts/onionshare-gui
```
A script to build a .deb package and install OnionShare easily is also provided for your convenience: