mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fix img alt text (#4569)
This commit is contained in:
parent
9dba07395b
commit
a401c8f97e
1 changed files with 3 additions and 3 deletions
6
website/views/pages/get-started.ejs
vendored
6
website/views/pages/get-started.ejs
vendored
|
|
@ -18,7 +18,7 @@
|
|||
Get Docker
|
||||
</a>
|
||||
</div>
|
||||
<p class="pt-4"><img alt="A small circle with an "I" inside of it"
|
||||
<p class="pt-4"><img alt="A small circle with an 'I' inside of it"
|
||||
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px" src="/images/info-16x16@2x.png">We
|
||||
use NPM to install <code>fleetctl</code>. It can also be installed via the <a
|
||||
href="https://github.com/fleetdm/fleet/releases" target="_blank">release page</a> or <a
|
||||
|
|
@ -33,10 +33,10 @@
|
|||
<p class="comment"># Run a local demo of the Fleet server</p>
|
||||
<p class="command">sudo fleetctl preview</p>
|
||||
</div>
|
||||
<p class="mb-0"><img alt="A small circle with an "I" inside of it"
|
||||
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
|
||||
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
|
||||
src="/images/info-16x16@2x.png">Windows users can omit <code>sudo</code>, and should run the command in <code>Cmd</code>/<code>PowerShell</code> as administrators.</p>
|
||||
<p class="mb-0"><img alt="A small circle with an "I" inside of it"
|
||||
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
|
||||
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
|
||||
src="/images/info-16x16@2x.png">M1 Macs users need to have <a href="https://support.apple.com/en-us/HT211861" target="_blank">Rosetta</a> installed in order to
|
||||
run fleet preview successfully.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue