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

commit 6738a608b285ce8bc23ca4527aba0fb88a8c3c16 Author: Vinícius Zavam <egypcio@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@default` +``` +# systemctl restart tor@default +``` # 6. Final Notes
participants (1)
-
gus@torproject.org