Update TESTING-1.4.md

This commit is contained in:
Robert Chacón 2023-02-04 18:29:58 -07:00 committed by GitHub
parent 1a5f7dc2b9
commit 65a62c7a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,9 @@ Go to the install location, and clone the repo:
```
cd /opt/
git clone https://github.com/LibreQoE/LibreQoS.git libreqos
sudo chown YOUR_USER /opt/libreqos
```
By specifying ```libreqos``` at the end, git will ensure the folder name is lowercase.
By specifying `libreqos` at the end, git will ensure the folder name is lowercase.
> Now that this is in `main`, you no longer need to switch git branch. If you were previously on the `v1.4-pre-alpha-rust-integration` branch, please switch to main with `git checkout main; git pull`.