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.