Add instructions for using CLI version to README, and add supporting Windows/OSX CLI to changelog

This commit is contained in:
Micah Lee 2016-09-06 11:56:09 -07:00
parent e093c7298a
commit 9c250fc4e4
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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.