summaryrefslogtreecommitdiff
path: root/templates/public/download.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-03-17 19:54:05 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-17 19:54:05 -0400
commitf75e2271cd595d2aa2af5e1b1de28b4c01bcad28 (patch)
treee467b17fff2fd9a02a3714c26234562f5d91e2a1 /templates/public/download.html
parent56660109fc7b3325768db6f9d05e1ee7374a3b86 (diff)
parenta9dcbbd1aa69e06e8373a7f0836fbc8a12d54b86 (diff)
Merge tag 'release_2017-05-17' into archweb-generic
Diffstat (limited to 'templates/public/download.html')
-rw-r--r--templates/public/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index ae8273c7..af3706a3 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -21,9 +21,9 @@
<h3>Release Info</h3>
<p>The image can be burned to a CD, mounted as an ISO file,
- or be directly written to a USB stick using a utility like `dd`. It
+ or be directly written to a USB stick using a utility like <code>dd<code>. It
is intended for new installations only; an existing {{ BRANDING_DISTRONAME }} system
- can always be updated with `pacman -Syu`.</p>
+ can always be updated with <code>pacman -Syu<code>.</p>
<ul>
{% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %}