From ace780d86b2cc85305e505cfdf80ed8c13565c87 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 3 Mar 2019 23:54:10 +0100 Subject: [PATCH] Fix commands in getting-started documentation. --- docs/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index d6f6882f..5a3ea375 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -53,7 +53,8 @@ subdomains so that nginx can redirect requests to the correct virtual host. To deploy **Authelia** using the latest image from [Dockerhub], run the following command: - npm run script suites start dockerhub + npm install commander + npm run scripts suites start dockerhub A Suites is a virtual environment for running Authelia. If you want more details please read the related [documentation](./suites.md).