Skip to content

Commit

Permalink
Minor docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
steel97 committed Mar 17, 2024
1 parent e1aa22e commit 409be6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions docs/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 409be6c

Please sign in to comment.