From 80545426641697eaf83a421b8e37db9578ab910e Mon Sep 17 00:00:00 2001 From: Skia Date: Sat, 16 Oct 2021 14:13:33 +0200 Subject: [PATCH] Update README with more up-to-date install instructions --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d9911fc..eb3179c 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,19 @@ This binary helps you configure sway to work a bit more like Awesome. This currently means workspaces that are name-spaced on a per-screen basis. -It should also work with i3, but this is untested. +It may also work with i3, but this is untested. + +*swaysome* is compatible with [sworkstyle](https://lib.rs/crates/sworkstyle). ## Usage -Build and install the `swaysome` binary somewhere in your `$PATH` with something -like: -``` -git clone https://git.hya.sk/skia/swaysome -cd swaysome -cargo install --path . -``` +If you have Rust installed, then you can just `cargo install swaysome` and you're good to go. + +Otherwise, you may grab a [pre-built +binary](https://gitlab.com/hyask/swaysome/-/jobs/artifacts/master/raw/target/release/swaysome?job=build:cargo) from the +CI and put it in your `$PATH`. + Then create the file (and the directory if needed) "~/.config/sway/config.d/swaysome.conf" and paste this inside: ```