update readme
This commit is contained in:
parent
78c6087fed
commit
182600eb46
10
README.md
10
README.md
@ -3,3 +3,13 @@ Create floating windows from clipboard content!<br>
|
|||||||
Hotkey is `Ctrl + Alt + N`
|
Hotkey is `Ctrl + Alt + N`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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`
|
Loading…
Reference in New Issue
Block a user