~grtcdr/citron

3dae8c03f3921e7d7f51029f7f8e135ff2770088 — grtcdr 1 year, 1 month ago dfb7efa
Bring installation steps to README
1 files changed, 22 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +22 -1
@@ 17,7 17,28 @@ encounter issues of any kind, please file them in the project's

# Installation

See the [installation wiki page](https://man.sr.ht/~grtcdr/citron/install.md).
citron depends on a couple things: `dbus` and a notification daemon of
your choosing, e.g. `mako`, `dunst`, etc.

If you're installing from cargo, run the following in a shell:

```
cargo install citron
```

pkgsrc users can install it directly from the official repositories:

```
pkgin install citron
```

Otherwise, run these commands to build the program from source:

```
git clone https://git.sr.ht/~grtcdr/citron
cd citron
cargo build --release
```

# Getting started