From f3afd186ecef460f72b934dbd37df41b1b4f1057 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Thu, 20 Jan 2022 11:26:42 +0100 Subject: [PATCH] fix: move optional to clarify its for Node.js (#3795) --- website/views/pages/get-started.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/pages/get-started.ejs b/website/views/pages/get-started.ejs index a71beffe86..fc150a1dfc 100644 --- a/website/views/pages/get-started.ejs +++ b/website/views/pages/get-started.ejs @@ -4,7 +4,7 @@

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

You can also deploy to a server.

-

1. Install Node and Docker (optional)

+

1. Install Node (optional) and Docker

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