From 54cb389857020a6c1a9fc46f7854e080198160f7 Mon Sep 17 00:00:00 2001 From: eashaw Date: Thu, 21 Oct 2021 23:54:41 -0500 Subject: [PATCH] Improve messaging on "Get started" page (#2631) * Update get-started.ejs * Update website/views/pages/get-started.ejs Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> --- website/views/pages/get-started.ejs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/views/pages/get-started.ejs b/website/views/pages/get-started.ejs index df7994e945..35e93974c3 100644 --- a/website/views/pages/get-started.ejs +++ b/website/views/pages/get-started.ejs @@ -1,9 +1,10 @@

Get started

-
-

1. Install Node and Docker

-

If you don't have them already, you can install Node.js and Docker to run Fleet on your laptop.

+

Try out a preview of Fleet and osquery on your laptop before deploying at scale.

+
+

1. Install Node and Docker (optional)

+

The quickest way to install Fleet is with Node.js and Docker.

+

A small circle with an I inside of itWe use NPM to install fleetctl. It can also be installed via the release page or built from source.

-
+

2. Install Fleet

To install Fleet:

# Install the Fleet command-line tool

-

npm install -g fleetctl

+

sudo npm install -g fleetctl

# Run a local demo of the Fleet server

sudo fleetctl preview