Update quickstart-libreqos-1.5.md

This commit is contained in:
Robert Chacón 2024-10-28 12:55:51 -06:00 committed by GitHub
parent a006d12bd5
commit 111a5d4439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,12 @@
# Install LibreQoS 1.5
## Prerequisites
## Step 1 - Complete The Prerequisites
[Quickstart Prerequisites](quickstart-prereq.md)
[LibreQoS Installation Prerequisites](quickstart-prereq.md)
## Download .DEB (Recommended Method)
## Step 2 - Install
### Download .DEB Package (Recommended Method)
Donwload the latest .deb from https://libreqos.io/#download .
@ -13,10 +15,10 @@ Unzip the .zip file and transfer the .deb to your LibreQoS box, installing with:
sudo apt install [deb file name]
```
## Git Install (For Developers - Not Recommended)
### Git Install (For Developers Only - Not Recommended)
[Complex Installation](../TechnicalDocs/git-install.md)
## Configure
## Step 3 - Configure
You are now ready to [Configure](./configuration.md) LibreQoS!