From 182600eb46f559e6efa58f1d4ef921acc6b0497c Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 25 Apr 2024 19:16:10 +0300 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b21a01..a9226e3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ Create floating windows from clipboard content!
Hotkey is `Ctrl + Alt + N` -![image](https://github.com/MeexReay/stknts/assets/127148610/fae1e7b4-d418-49ba-8060-4977d3758055) \ No newline at end of file +![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` \ No newline at end of file