Skip to content

Commit

Permalink
Merge pull request #581 from LibreQoE/doc-fixes
Browse files Browse the repository at this point in the history
Doc fixes
  • Loading branch information
rchac authored Nov 14, 2024
2 parents 4b12172 + d14c1b6 commit 20182bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/v2.0/Quickstart/quickstart-libreqos-2.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install LibreQoS 1.5
# Install LibreQoS 2.0

## Step 1 - Validate Network Design Assumptions and Hardware Selection

Expand All @@ -17,7 +17,7 @@ Donwload the latest .deb from [libreqos.io/#download](https://libreqos.io/#downl

Unzip the .zip file and transfer the .deb to your LibreQoS box, installing with:
```
sudo apt install ./libreqos_1.5-BETA3_amd64.deb
sudo apt install ./deb_file_name.deb
```

### Git Install (For Developers Only - Not Recommended)
Expand Down
4 changes: 2 additions & 2 deletions docs/v2.0/Updates/update.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updating 1.5 To Latest Version
# Updating To The Latest Version

```{warning}
If you use the XDP bridge, traffic will briefly stop passing through the bridge when lqosd restarts (XDP bridge is only operating while lqosd runs).
Expand All @@ -10,7 +10,7 @@ Donwload the latest .deb from [libreqos.io/#download](https://libreqos.io/#downl

Unzip the .zip file and transfer the .deb to your LibreQoS box, installing with:
```
sudo apt install [deb file name]
sudo apt install ./[deb file name]
```

Now run:
Expand Down

0 comments on commit 20182bd

Please sign in to comment.