From 69630b8462c3dccb5f65db11daba4a4e59dbb885 Mon Sep 17 00:00:00 2001 From: SyntaxError! <169557594+synt-xerror@users.noreply.github.com> Date: Sat, 31 Jan 2026 14:08:43 -0300 Subject: [PATCH] Adding one more step to installation "make install" does not compile the package, you need to compile it before install so, run "make" before "make install" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41654e2..39d1782 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ cd reddust Dentro do diretório, rode: ``` +make sudo make install ```