diff --git a/README.md b/README.md index a20b68a..1c9518e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ sudo apt install libmagic-dev
Now, compile the source code. Note the -lmagic at the end!
-g++  -lmagic -o fileinfo
+g++ <path/to/source.cpp> -lmagic -o fileinfo
 

And finally, copy that executable to /usr/local/bin folder.