summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/develop.rst2
-rw-r--r--docs/source/tor.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/develop.rst b/docs/source/develop.rst
index 6783d781..2c36f48b 100644
--- a/docs/source/develop.rst
+++ b/docs/source/develop.rst
@@ -24,7 +24,7 @@ When you're ready to contribute code, open a pull request in the GitHub reposito
Starting development
--------------------
-OnionShare is developed in Python. To get started, you should close the git repository at https://github.com/micahflee/onionshare/ and then consult the ``BUILD.md`` file.
+OnionShare is developed in Python. To get started, you should clone the git repository at https://github.com/micahflee/onionshare/ and then consult the ``BUILD.md`` file.
That file contains the technical instructions and commands necessary:
diff --git a/docs/source/tor.rst b/docs/source/tor.rst
index c5e27be7..5efe3dc0 100644
--- a/docs/source/tor.rst
+++ b/docs/source/tor.rst
@@ -44,8 +44,8 @@ You're now running a system Tor in Windows!
Open OnionShare. Click the Settings icon. Under "How should OnionShare connect to Tor?" choose "Connect using control port", and set the control port host to ``127.0.0.1`` and the port to ``9051``. Under "Tor authentication options" choose "Password" and set the password to your password, in my case ``comprised stumble rummage work avenging construct volatile``. Click the "Test Settings" button. If all goes well, you should see successfully connected to tor.
-Using a system Tor in Mac OS X
-------------------------------
+Using a system Tor in macOS
+---------------------------
First, install `Homebrew <http://brew.sh/>`_ if you don't already have it. Then, install Tor::