diff --git a/README.md b/README.md
index 6551a620..a864e2ab 100644
--- a/README.md
+++ b/README.md
@@ -234,6 +234,24 @@ Steps for using the configuration:
6. Now the Flameshot entry should appear in the list. Click _Apply_ to apply the changes.
7. If you want to change the defaults, you can expand the entry, select the appropriate action and modify it as you wish; the process is pretty mush self-explanatory.
+### On Ubuntu (Tested on 18.04)
+
+Taken from [adaptation](https://askubuntu.com/posts/1039949/revisions) of [Pavel Answer on askubuntu](https://askubuntu.com/revisions/1036473/1). To use flameshot instead of default screenshot application in ubuntu we need to release the binding on Prt Sc key, and then create a new binding for `/usr/bin/flameshot gui`.
+
+1. Release the binding on Prt Sc using the following command.
+
+ ```shell
+ gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
+ ```
+
+2. Go to Settings > Device > Keyboard and press the '+' button at the bottom.
+
+3. Name the command as you like it, e.g. `flameshot`. And in the command insert `/usr/bin/flameshot gui`.
+
+4. Then click "_Set Shortcut.._" and press Prt Sc. This will show as "_print_".
+
+Now everytime You press Prt Sc it will start the flameshot gui instead of the default application
+
## Considerations
- Experimental Gnome Wayland and Plasma Wayland support.
@@ -294,6 +312,7 @@ some Linux distributions:
Alternatively, in case you don't want to have a systray, you can always call Flameshot from the terminal. See [Usage section](#usage).
+
### S3 bucket configuration
S3 bucket credentials are placed in the file `config.ini` and cannot be configured with UI.