#2248 - Use <code>...</code> instead of double-quotes

This commit is contained in:
slumlord
2018-07-24 07:52:46 +00:00
parent 4d318c8db6
commit 20ac56eb61

View File

@@ -91,7 +91,7 @@ part of <a href="#Post-install_work">starting I2P</a> and configuring it for you
<p>{% trans -%}
Note: The steps below should be performed with root access (i.e., switching
user to root with "su" or by prefixing each command with "sudo").
user to root with <code>su</code> or by prefixing each command with <code>sudo</code>).
{%- endtrans %}</p>
<ol>
<li>{% trans -%}Ensure that <code>apt-transport-https</code> and <code>curl</code> are installed.{%- endtrans %}