diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8cb1fe..22254631 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 7f680855..b3531938 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.