[tor-commits] [community/master] relay/setup (Debian/Ubuntu): minor fixes on Markdown for shell console

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


commit 6738a608b285ce8bc23ca4527aba0fb88a8c3c16
Author: Vinícius Zavam <egypcio at googlemail.com>
Date:   Sun Oct 24 19:37:18 2021 +0000

    relay/setup (Debian/Ubuntu): minor fixes on Markdown for shell console
---
 content/relay/setup/guard/debianubuntu/contents.lr | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/content/relay/setup/guard/debianubuntu/contents.lr b/content/relay/setup/guard/debianubuntu/contents.lr
index 1936917..c1d7c35 100644
--- a/content/relay/setup/guard/debianubuntu/contents.lr
+++ b/content/relay/setup/guard/debianubuntu/contents.lr
@@ -19,9 +19,10 @@ 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`
 
@@ -39,7 +40,9 @@ 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