aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-04-10 15:24:21 -0700
committerMicah Lee <micah@micahflee.com>2016-04-10 15:24:21 -0700
commitf5496ba20c62df971a5305acde4bf512e5b83a17 (patch)
treef2899152b43def763a15db7b0c494fea4550bf23 /README.md
parent08c5e720aeec82562d909dcf0ee3bf3a71437e0c (diff)
downloadonionshare-f5496ba20c62df971a5305acde4bf512e5b83a17.tar.gz
onionshare-f5496ba20c62df971a5305acde4bf512e5b83a17.zip
Remove reference to OSX CLI version in readme (#201)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3f042227..b8bc4f8b 100644
--- a/README.md
+++ b/README.md
@@ -34,13 +34,3 @@ 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:
-
-```sh
-ln -s /Applications/OnionShare.app/Contents/Resources/onionshare /usr/local/bin/onionshare
-```
-
-From that point on you can just call `onionshare`, like: `onionshare --help`