[Pkg-privacy-commits] [onionshare] 46/55: Add instructions for using CLI version to README, and add supporting Windows/OSX CLI to changelog

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Sep 8 10:27:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository onionshare.

commit 9c250fc4e447953c82f560db33f734be655b1c43
Author: Micah Lee <micah at micahflee.com>
Date:   Tue Sep 6 11:56:09 2016 -0700

    Add instructions for using CLI version to README, and add supporting Windows/OSX CLI to changelog
---
 CHANGELOG.md | 1 +
 README.md    | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a8cb1f..2225463 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 * Switch to using the term "onion service" rather than "hidden service"
 * Fix CVE-2016-5026, minor security issue related to use of /tmp directory
 * Switch from PyInstaller to cx_Freeze for Windows and OSX packaging
+* Support CLI in Windows and OSX
 
 ## 0.9
 
diff --git a/README.md b/README.md
index 7f68085..b353193 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,11 @@ Open OnionShare and drag and drop files and folders you wish to share, and click
 Send this URL to the person you're trying to send the files to. If the files you're sending aren't secret, you can use normal means of sending the URL: emailing it, posting it to Facebook or Twitter, etc. If you're trying to send secret files then it's important to send this URL securely.
 
 The person who is receiving the files doesn't need OnionShare. All they need is to open the URL you send them in Tor Browser to be able to download the file.
+
+## Using the command line version
+
+In Linux: Just run `onionshare` from the terminal.
+
+In Windows: Add `C:\Program Files (x86)\OnionShare` to your PATH. Now you can run `onionshare.exe` in a command prompt.
+
+In Mac OS X: Run `ln -s /Applications/OnionShare.app/Contents/MacOS/onionshare /usr/local/bin`. Now you can run `onionshare` from the terminal.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list