mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
547 B
547 B
Readme
README
This is a simple project to help sort your files on linux written in c++.
Install
-
Coppy the repo
git clone https://github.com/ZastianPretorius/fsorter.git -
cd into the the fsorter folder
. cd fsorter -
Generate a make files
cmake . -
Compile the project
make -
install the project (will require sudo)
sudo make install