From fe5dbcff1e35489d5a28d757ebd742daa3120b79 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 28 May 2022 16:15:26 -0700 Subject: [PATCH] documentation changes. --- docs/INSTALL_MANUAL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/INSTALL_MANUAL.md b/docs/INSTALL_MANUAL.md index ea4f0c6..bce5a57 100644 --- a/docs/INSTALL_MANUAL.md +++ b/docs/INSTALL_MANUAL.md @@ -83,9 +83,11 @@ Now that we have downloaded the required files, let's prepare the filesystem. chmod +x /opt/scrutiny/bin/scrutiny-web-linux-amd64 # Next, lets extract the frontend files. +# NOTE: after extraction, there **should not** be a `dist` subdirectory in `/opt/scrutiny/web` directory. cd /opt/scrutiny/web tar xvzf scrutiny-web-frontend.tar.gz --strip-components 1 -C . + # Cleanup rm -rf scrutiny-web-frontend.tar.gz ```