From 8d59d0594dc71479d5cbeed012a0e9560addbaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sun, 29 Jan 2023 07:44:58 -0700 Subject: [PATCH] Solved https://github.com/LibreQoE/LibreQoS/issues/206 --- src/TESTING-1.4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/TESTING-1.4.md b/src/TESTING-1.4.md index 413399b2..33c912a9 100644 --- a/src/TESTING-1.4.md +++ b/src/TESTING-1.4.md @@ -57,6 +57,13 @@ Once that's done, change directory to `/wherever_you_put_libreqos/src/`, and run This will take a while the first time, but it puts everything in the right place. Remember to run this command everytime after `git pull`. +Now, run: +``` +cd /src/rust +cargo build --all +``` +Again, please run this command everytime after `git pull`. + ## Setup the LibreQoS Daemon Copy the daemon configuration file to `/etc`: