Updated README.md again...

This commit is contained in:
Pavlik 2024-08-22 12:10:28 +03:00
parent a3f72ca7f8
commit f7a28c02ab

View File

@ -5,15 +5,15 @@ A simple C++ program that displays information about files and folders.
First, install libmagic-dev:<br>
<pre>
sudo apt install libmagic-dev
</pre><br>
</pre>
Or, you can just run<br>
<pre>
./configure
</pre><br>
Now, compile the source code. <b>Note the <code>-lmagic</code> at the end!</b><br>
</pre>
Now, compile the source code.<br>
<pre>
make
</pre><br>
</pre>
And finally, copy that executable to /usr/local/bin folder. (not required)<br>
<pre>
sudo cp fileinfo /usr/local/bin/