From 409be6cb652cfcf1d16e1ccf1730bfa1ba6b9ef4 Mon Sep 17 00:00:00 2001 From: Ivan Yv Date: Sun, 17 Mar 2024 13:46:18 +0300 Subject: [PATCH] Minor docs cleanup --- README.md | 4 ++-- docs/compiling.md | 4 ++-- docs/setup.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b32569..7ef8dea 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [/docs/compiling.md](/docs/compiling.md) # Getting started ## Tested OSes -Software tested on **Windows 11** and **Ubuntu 20.04** +Software tested on **Windows 11** and **Ubuntu 22.04** On production environment it is recommended to use the latest version of the LTS **Ubuntu** @@ -27,7 +27,7 @@ On production environment it is recommended to use the latest version of the LTS - Snapshot mirror hosts, see [/docs/mirrors.md](/docs/mirrors.md) ## Installation -There are basic setup guide that suitable for all supported environments and full setup tutorial wrote for **Ubuntu 20.04** +There are basic setup guide that suitable for all supported environments and full setup tutorial wrote for **Ubuntu 22.04** ### Basic setup guide #### Frontend 1. Unpack **veil.tools-\[version\].tar.gz** diff --git a/docs/compiling.md b/docs/compiling.md index 75b1895..a9dcdd6 100644 --- a/docs/compiling.md +++ b/docs/compiling.md @@ -9,9 +9,9 @@ Make sure to install the dependencies npm install ``` -## Upgrade nuxt3 to latest version +## Upgrade nuxt to latest version ```bash -npx nuxi upgrade +npx nuxi upgrade --force ``` ## Check typings diff --git a/docs/setup.md b/docs/setup.md index 63d360a..3175dd8 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -3,9 +3,9 @@ *To save file and close nano editor* press **CTRL+X** than **SHIFT+Y** than **ENTER** ## Setup -Required OS: **ubuntu 20.04+** +Required OS: **ubuntu 22.04+** -Recommended OS: **ubuntu 20.04.3 LTS** +Recommended OS: **ubuntu 22.04 LTS** Required Software: 1. [NodeJS 16+](https://nodejs.org/en/) @@ -39,8 +39,8 @@ sudo mkdir /home/website/server/ ## Download and unpack frontend build (change version in link and command to actual) ```bash -sudo wget https://github.com/Veil-Project/Veil-Tools-Website/releases/download/latest/veil.tools-1.1.0.tar.gz -sudo tar -xzf veil.tools-1.0.0.tar.gz -C /home/website/server/ +sudo wget https://github.com/Veil-Project/Veil-Tools-Website/releases/download/latest/veil.tools-2.0.0.tar.gz +sudo tar -xzf veil.tools-2.0.0.tar.gz -C /home/website/server/ ``` ## Issue permissions for frontend