Skip to content

Commit

Permalink
documentation changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 28, 2022
1 parent 99df104 commit fe5dbcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/INSTALL_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit fe5dbcf

Please sign in to comment.