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"
This commit is contained in:
SyntaxError!
2026-01-31 14:08:43 -03:00
committed by GitHub
parent 82f3244826
commit 69630b8462

View File

@@ -19,6 +19,7 @@ cd reddust
Dentro do diretório, rode: Dentro do diretório, rode:
``` ```
make
sudo make install sudo make install
``` ```