update readme

This commit is contained in:
MeexReay 2024-04-25 19:16:10 +03:00
parent 78c6087fed
commit 182600eb46

View File

@ -2,4 +2,14 @@
Create floating windows from clipboard content!<br>
Hotkey is `Ctrl + Alt + N`
![image](https://github.com/MeexReay/stknts/assets/127148610/fae1e7b4-d418-49ba-8060-4977d3758055)
![image](https://github.com/MeexReay/stknts/assets/127148610/fae1e7b4-d418-49ba-8060-4977d3758055)
## How to build
I compile the code only for these OS:
```
i686-unknown-linux-gnu
i686-pc-windows-gnu
x86_64-pc-windows-gnu
x86_64-unknown-linux-gnu
```
If your OS is not here, compile it yourself: `cargo build`