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

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


commit 8192d06ce4fe1450697bef5f38d865604e0c1290
Author: Vinícius Zavam <egypcio at googlemail.com>
Date:   Sun Oct 24 19:35:50 2021 +0000

    relay/setup (Fedora): minor fixes on Markdown for shell console
---
 content/relay/setup/guard/fedora/contents.lr | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/content/relay/setup/guard/fedora/contents.lr b/content/relay/setup/guard/fedora/contents.lr
index caec0f2..d392889 100644
--- a/content/relay/setup/guard/fedora/contents.lr
+++ b/content/relay/setup/guard/fedora/contents.lr
@@ -30,7 +30,9 @@ More information about it can be found [here](https://support.torproject.org/rpm
 
 Once you are set with EPEL and the Tor repositories, you are now able to install the package:
 
-`dnf install tor`
+```
+# dnf install tor
+```
 
 # 4. Configure `/etc/tor/torrc`
 
@@ -46,7 +48,9 @@ SocksPort   0
 
 # 5. Enable and Start `tor`
 
-`systemctl enable --now tor`
+```
+# systemctl enable --now tor
+```
 
 # 6. Final Notes
 





More information about the tor-commits mailing list