aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2015-05-15 19:12:53 -0700
committerMicah Lee <micah@micahflee.com>2015-05-15 19:12:53 -0700
commita41109dcb450a302a685f686533ee1dd5f918abb (patch)
tree7b7eb5e63e613e0a7faf6256e2a122b13ddaaf0b /README.md
parentccc8b87b9aed22ea9dd8d1310227b72288f174c2 (diff)
downloadonionshare-a41109dcb450a302a685f686533ee1dd5f918abb.tar.gz
onionshare-a41109dcb450a302a685f686533ee1dd5f918abb.zip
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c0dd45e..74d5ff03 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,12 @@ Send this URL to the person you're trying to send the files to. If the files you
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
+### 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`
+```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`