aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2015-05-15 18:52:20 -0700
committerMicah Lee <micah@micahflee.com>2015-05-15 18:52:20 -0700
commit2ea0c6aef38252bf4a1e4576d3116e6fa1ff88d7 (patch)
treee5130ee623f5fbba98dbf0fae77215647ca466df /README.md
parentd6aafd88e7b21f28fadcdda3aef87b5bc9c7aba2 (diff)
downloadonionshare-2ea0c6aef38252bf4a1e4576d3116e6fa1ff88d7.tar.gz
onionshare-2ea0c6aef38252bf4a1e4576d3116e6fa1ff88d7.zip
moving platform-specific scripts into install folder, and making onionshare CLI work in OSX (#132)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb22137a..8c0dd45e 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,11 @@ Open OnionShare and drag and drop files and folders you wish to share, and start
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. I recommend you use [Off-the-Record encrypted chat](https://pressfreedomfoundation.org/encryption-works#otr) to send the URL.
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 Command Line in Mac OS X
+
+If you'd like to use the command-line version of OnionShare in Mac OS X, after installing open a terminal and type:
+
+`ln -s /Applications/OnionShare.app/Contents/Resources/onionshare /usr/local/bin/onionshare`
+
+From that point on you can just call `onionshare`, like: `onionshare --help`