added install instructions in README.org

This commit is contained in:
Zastian Pretorius
2021-10-23 21:50:04 +02:00
parent 16cc6eb25a
commit 22dc900bd2

View File

@@ -3,3 +3,24 @@
* README * README
This is a simple project to help sort your files on linux written in c++. 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