Files
fsorter/README.org
2021-10-23 21:50:04 +02:00

547 B

Readme

README

This is a simple project to help sort your files on linux written in c++.

Install

  1. Coppy the repo

    git clone https://github.com/ZastianPretorius/fsorter.git
  2. cd into the the fsorter folder

    . cd fsorter
  3. Generate a make files

    cmake .
  4. Compile the project

    make
  5. install the project (will require sudo)

    sudo make install