mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 19:27:28 -03:00
updated readme
This commit is contained in:
parent
ccc8b87b9a
commit
a41109dcb4
1 changed files with 4 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue