From 3cabb696c10a54d9e8767f676d62e504e1a9da97 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 18 Sep 2025 16:13:09 -0700 Subject: [PATCH] update readme --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 471b2ef..a2ea7bd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,31 @@ This is a tool heavily targeting my own personal use-cases. It is a collection of utility commands which primarily serve to manage a multiple-workspace setup in Sway. ## Building + +### Universal: + `cargo build` +append `--release` for a release build + +### Debian +``` +todo +``` ## Usage -`sway-profiles-rs --help` \ No newline at end of file + +`sway-profiles-rs --help` for now + +## FAQ + +> Does it work? + +For my uses, yeah + +> Is it fast? + +Probably, idk man don't judge + +> Is it good? + +Probably not \ No newline at end of file