summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Beaumont <mjboamail@gmail.com>2020-08-14 14:16:43 +0200
committerMichael Beaumont <mjboamail@gmail.com>2020-08-14 14:29:49 +0200
commita888b7498ad72f8d0792d94b15c51ff7660001ca (patch)
treecd5ccdefd5ef227771a84c7a0e8631ae149c11b6
parentdc059e850cb6fb68d0a981dbdc5e1c096fbc6018 (diff)
Add AUR packages to README
Also reformatted the installation section
-rw-r--r--readme.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index c626432..7406f2d 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,9 @@ much like a certain text editor.
### Install
-Get `dijo` by running the following at the nearest prompt:
+The official installation method is using `cargo`. Unofficial packages exist for some package managers as well.
+
+#### Cargo
```shell
# dijo requires rustc >= v1.42
@@ -31,6 +33,11 @@ $ rustup update
$ cargo install dijo
```
+If you aren't familiar with `cargo` or Rust, read the [complete
+installation](https://github.com/NerdyPepper/dijo/wiki/Install)
+guide.
+
+#### Nix
`dijo` on nixpkgs (maintained by [@Infinisil](https://github.com/Infinisil)):
@@ -38,9 +45,9 @@ $ cargo install dijo
$ nix-env -f channel:nixpkgs-unstable -iA dijo
```
-If you aren't familiar with `cargo` or Rust, read the [complete
-installation](https://github.com/NerdyPepper/dijo/wiki/Install)
-guide.
+#### Arch Linux
+
+Install [`dijo-bin`](https://aur.archlinux.org/packages/dijo-bin/) or [`dijo-git`](https://aur.archlinux.org/packages/dijo-git) from the AUR.
### Usage