README: update commands and packaging info

This commit is contained in:
lupoDharkael
2018-04-23 19:39:30 +02:00
parent 73b9609c54
commit eb5c09b29a

View File

@@ -50,10 +50,6 @@ Example commands:
`flameshot gui -d 2000`
- fullscreen capture (asking savepath):
`flameshot full`
- fullscreen capture with custom save path (no GUI) and delayed:
`flameshot full -p ~/myStuff/captures -d 5000`
@@ -194,6 +190,8 @@ Simply use `make install` with privileges.
## Packaging
Having `git` installed is required if you want to have precise app version information inside Flameshot after the generation of the makefile with `qmake`.
In order to generate the makefile installing in `/usr` instead of in `/usr/local` you can use the `packaging` option to generate the proper makefile (`qmake CONFIG+=packaging` instead of just `qmake`).
If you want to install in a custom directory you can define the `BASEDIR` variable.