Update docs for the new commands available

This commit is contained in:
lupoDharkael
2017-06-15 20:31:51 +02:00
parent 4277af806f
commit 5b3da2125a
4 changed files with 28 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ Dependencies:
apt install -y git g++ build-essential qt5-qmake qt5-default
````
Compilation: run `qmake && make` in the main directory and in `tools/flameshot-cli`
Compilation: run `qmake && make` in the main directory.
### Fedora
Dependencies:
@@ -16,7 +16,7 @@ Dependencies:
dnf install -y qt5-devel gcc-c++ git qt5-qtbase-devel
````
Compilation: run `qmake-qt5 && make` in the main directory and in `tools/flameshot-cli`
Compilation: run `qmake-qt5 && make` in the main directory.
### Arch
Dependencies:
@@ -24,7 +24,7 @@ Dependencies:
pacman -S git qt5-base base-devel
````
Compilation: run `qmake && make` in the main directory and in `tools/flameshot-cli`
Compilation: run `qmake && make` in the main directory.
## Install
@@ -32,7 +32,7 @@ After the compilation you only have to add the DBus related files to its respect
````
cp dbus/org.dharkael.Flameshot.xml /usr/share/dbus-1/interfaces/ && \
cp dbus/org.dharkael.Flameshot.service /usr/share/dbus-1/services/ && \
cp dbus/org.dharkael.Flameshot.service /usr/share/dbus-1/services/
````
FInally add the compilled binaries to /usr/bin
Finally add the compilled binary to /usr/bin