Update README.md

This commit is contained in:
pavlik_dev 2024-08-21 23:44:01 +03:00 committed by GitHub
parent 0b8b0382a2
commit 59d46cf1fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ sudo apt install libmagic-dev
</pre><br>
Now, compile the source code. <b>Note the <code>-lmagic</code> at the end!</b><br>
<pre>
g++ <path/to/source.cpp> -lmagic -o fileinfo
g++ &lt;path/to/source.cpp&gt; -lmagic -o fileinfo
</pre><br>
And finally, copy that executable to /usr/local/bin folder.<br>
<pre>