From f42db8735e1a078a253c46fc4bce3ff05e36343c Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:39:11 +1100 Subject: [PATCH] Added crates.io install method --- Cargo.toml | 7 +++++++ README.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2ae775d..33c6c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "hyprland-activewindow" +description = "A multi-monitor aware Hyprland active window title outputer" +homepage = "https://github.com/FieldofClay/hyprland-activewindow" +repository = "https://github.com/FieldofClay/hyprland-activewindow" +readme = "README.md" +keywords = ["hyprland", "eww"] +categories = ["command-line-utilities"] version = "0.5.0" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index f31fd0d..f14e3cd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Arch users can install from AUR using your favourite package manager. ``` pikaur -S hyprland-activewindow ``` +### Crates.io +It can be installed directly from [crates.io](https://crates.io) with cargo. +``` + cargo install hyprland-activewindow +``` ### Building from source ``` git clone https://github.com/FieldofClay/hyprland-activewindow.git