From 2a7e62aff0735cc7d2eb535c368f2f1272b0ce7a Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:59:47 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b21a01..d9e7ddd 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ 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'm too lazy to compile for all existing operating systems in the world, so if you don't have linux-x64, then compile it yourself: +`cargo build` From ad4d0d493e3bcc8b253ec20eb37852484c0b10ce Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:00:02 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e7ddd..e95ccae 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ Hotkey is `Ctrl + Alt + N` ![image](https://github.com/MeexReay/stknts/assets/127148610/fae1e7b4-d418-49ba-8060-4977d3758055) ## How to build -I'm too lazy to compile for all existing operating systems in the world, so if you don't have linux-x64, then compile it yourself: +I'm too lazy to compile for all existing operating systems in the world,
+so if you don't have linux-x64, then compile it yourself:
`cargo build` From 4e134dce50daa6775fdc64356fc5f2f565787efb Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:00:14 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e95ccae..b9c60e2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Hotkey is `Ctrl + Alt + N` ![image](https://github.com/MeexReay/stknts/assets/127148610/fae1e7b4-d418-49ba-8060-4977d3758055) ## How to build -I'm too lazy to compile for all existing operating systems in the world,
-so if you don't have linux-x64, then compile it yourself:
+I'm too lazy to compile for all existing operating systems in the world,
+so if you don't have linux-x64, then compile it yourself:
`cargo build`