Improve docs
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# Building From Source
|
||||
@@ -17,7 +17,14 @@ 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`
|
||||
|
||||
|
||||
### Arch
|
||||
Dependencies:
|
||||
````
|
||||
pacman -S git qt5-base base-devel
|
||||
````
|
||||
|
||||
Compilation: run `qmake && make` in the main directory and in `tools/flameshot-cli`
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
This will gather some possible features to implement in Flameshot.
|
||||
This will gather some possible features to implement in Flameshot.
|
||||
|
||||
These are just conceptual and they may not be implemented implemented in a short period of time.
|
||||
|
||||
- Add Text Button: this could be very handy but requires a huge refactor of the source code.
|
||||
|
||||
Reference in New Issue
Block a user