From eb5c09b29a269f7c2cc831cf120aabc738f18005 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Mon, 23 Apr 2018 19:39:30 +0200 Subject: [PATCH] README: update commands and packaging info --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 940254ed..a6707630 100644 --- a/README.md +++ b/README.md @@ -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.