mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
added install instructions in README.org
This commit is contained in:
21
README.org
21
README.org
@@ -3,3 +3,24 @@
|
||||
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user