[tor-commits] [community/master] relay/setup (Debian-likes): revert markdown used to call commands

gus at torproject.org gus at torproject.org
Mon Oct 25 21:42:54 UTC 2021


commit a7d7c8864fedc66d33349c3e5c4ef97b0dbdbe09
Author: Vinícius Zavam <egypcio at googlemail.com>
Date:   Sun Oct 24 13:10:30 2021 +0000

    relay/setup (Debian-likes): revert markdown used to call commands
---
 content/relay/setup/guard/debianubuntu/contents.lr | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/content/relay/setup/guard/debianubuntu/contents.lr b/content/relay/setup/guard/debianubuntu/contents.lr
index 27431ee..1936917 100644
--- a/content/relay/setup/guard/debianubuntu/contents.lr
+++ b/content/relay/setup/guard/debianubuntu/contents.lr
@@ -19,10 +19,9 @@ Enable the Tor Project's package repository by following the instructions **[her
 
 Ensure you update the packages database before installing the package, than call `apt` to install it:
 
-```
-apt update
-apt install tor
-```
+`apt update`
+
+`apt install tor`
 
 # 4. Configure `/etc/tor/torrc`
 
@@ -40,9 +39,7 @@ SocksPort   0
 
 Restart the `tor` daemon, so your configuration changes take effect:
 
-```
-systemctl restart tor at default
-```
+`systemctl restart tor at default`
 
 # 6. Final Notes
 





More information about the tor-commits mailing list