commit c73e35793c32370c7ca6117254b88db90d8d63eb Author: Vinícius Zavam egypcio@googlemail.com Date: Sun Oct 24 12:57:54 2021 +0000
relay/setup (Debian-likes): fix minor typos/pontuations, and empty spaces --- content/relay/setup/guard/debianubuntu/contents.lr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/relay/setup/guard/debianubuntu/contents.lr b/content/relay/setup/guard/debianubuntu/contents.lr index 884e4f9..c72554b 100644 --- a/content/relay/setup/guard/debianubuntu/contents.lr +++ b/content/relay/setup/guard/debianubuntu/contents.lr @@ -13,15 +13,15 @@ Follow the instructions to enable [automatic software updates](updates) for your
# 2. Configure Tor Package Repository
-Enable the Torproject package repository by following the instructions **[here](https://support.torproject.org/apt/tor-deb-repo/)**. +Enable the Tor Project's package repository by following the instructions **[here](https://support.torproject.org/apt/tor-deb-repo/)**.
-# 3. Package Installation +# 3. Install `tor`
Install the `tor` package:
`apt update && apt install tor`
-# 4. Configuration File +# 4. Configure `/etc/tor/torrc`
Put the configuration file `/etc/tor/torrc` in place:
@@ -42,7 +42,7 @@ Restart the tor daemon so your configuration changes take effect:
`systemctl restart tor@default`
-# 6. Final notes +# 6. Final Notes
If you are having trouble setting up your relay, have a look at our [help section](/relay/getting-help/). If your relay is now running, check out the [post-install](/relay/setup/post-install/) notes.