From a41109dcb450a302a685f686533ee1dd5f918abb Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 15 May 2015 19:12:53 -0700 Subject: [PATCH] updated readme --- README.md | 6 ++++-- 1 file 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`