Update fleetctl-preview.ejs (#16523)

This commit is contained in:
Mike McNeil 2024-01-31 17:40:57 -06:00 committed by GitHub
parent 50a6a64045
commit d2a55219b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
<p>Install the <code>fleetctl</code> command line tool and start the Fleet preview experience:</p>
<div purpose="terminal-commands">
<p class="text-muted"># Install the Fleet command-line tool</p>
<p>npm install -global fleetctl</p>
<p>npm install -g fleetctl</p>
<p class="text-muted"># Run a local demo of the Fleet server</p>
<p>fleetctl preview</p>
</div>