Skip to content

Commit

Permalink
Added crates.io install method
Browse files Browse the repository at this point in the history
  • Loading branch information
FieldofClay committed Jan 26, 2024
1 parent 61e3ba5 commit f42db87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f42db87

Please sign in to comment.