aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-02-22 11:29:36 -0800
committerMicah Lee <micah@micahflee.com>2017-02-22 11:29:36 -0800
commit2625ab04f5492965df960fa4c4d8d73ea1dd7130 (patch)
tree0865da94c32af060785d197fa2105d1f651ea2d2 /README.md
parent9f0f73260bfbe284e72201a5fadc8a1cd46638a5 (diff)
downloadonionshare-2625ab04f5492965df960fa4c4d8d73ea1dd7130.tar.gz
onionshare-2625ab04f5492965df960fa4c4d8d73ea1dd7130.zip
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d1c39790..a9b530b9 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
OnionShare lets you securely and anonymously share files of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third party file-sharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet. The other user just needs to use Tor Browser to download the file from you.
-**Check out [the wiki](https://github.com/micahflee/onionshare/wiki) for information about how OnionShare works, what its security properties are, and how to use it.**
+**To learn how OnionShare works, what its security properties are, and how to use it, check out the [wiki](https://github.com/micahflee/onionshare/wiki).**
-**You can download OnionShare from <https://onionshare.org/>.**
+**You can download OnionShare for Windows and macOS from <https://onionshare.org/>. It should be available in your package manager for Linux, and it's included by default in Tails.**
You can set up your development environment to build OnionShare yourself by following [these instructions](/BUILD.md).