mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
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:
parent
fe36c2d64a
commit
330e3d6c10
@ -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.
|
||||
|
||||
|
2
website/views/pages/get-started.ejs
vendored
2
website/views/pages/get-started.ejs
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user