Add clarification to run fleetctl preview on Windows as administrator (#3808)

* Add clarification to run fleetctl preview on windows as administrator

* Update get started page
This commit is contained in:
Lucas Manuel Rodriguez 2022-01-20 20:08:12 -03:00 committed by GitHub
parent fe36c2d64a
commit 330e3d6c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ sudo npm install -g fleetctl
sudo fleetctl preview
```
> Windows users can omit `sudo`.
> Windows users can omit `sudo`, and should run the command in `Cmd`/`PowerShell` as administrators.
The Fleet UI is now available at http://localhost:1337.

View File

@ -35,7 +35,7 @@
</div>
<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> .</p>
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>
</div>
<div style="padding-top: 60px;">
<h2 class="mb-3">3. Log in to Fleet</h2>