@@ 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