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

27 lines
547 B
Org Mode

#+TITLE: Readme
#+AUTHOR: Zastian Pretorius
* README
This is a simple project to help sort your files on linux written in c++.
* Install
1. Coppy the repo
#+BEGIN_SRC
git clone https://github.com/ZastianPretorius/fsorter.git
#+END_SRC
2. cd into the the fsorter folder
#+BEGIN_SRC
. cd fsorter
#+END_SRC
3. Generate a make files
#+BEGIN_SRC
cmake .
#+END_SRC
4. Compile the project
#+BEGIN_SRC
make
#+END_SRC
5. install the project (will require sudo)
#+BEGIN_SRC
sudo make install
#+END_SRC