aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Beaumont <[email protected]>2020-08-14 13:16:43 +0100
committerMichael Beaumont <[email protected]>2020-08-14 13:29:49 +0100
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.
23 23
24### Install 24### Install
25 25
26Get `dijo` by running the following at the nearest prompt: 26The official installation method is using `cargo`. Unofficial packages exist for some package managers as well.
27
28#### Cargo
27 29
28```shell 30```shell
29# dijo requires rustc >= v1.42 31# dijo requires rustc >= v1.42
@@ -31,6 +33,11 @@ $ rustup update
31 33
32$ cargo install dijo 34$ cargo install dijo
33``` 35```
36If you aren't familiar with `cargo` or Rust, read the [complete
37installation](https://github.com/NerdyPepper/dijo/wiki/Install)
38guide.
39
40#### Nix
34 41
35`dijo` on nixpkgs (maintained by [@Infinisil](https://github.com/Infinisil)): 42`dijo` on nixpkgs (maintained by [@Infinisil](https://github.com/Infinisil)):
36 43
@@ -38,9 +45,9 @@ $ cargo install dijo
38$ nix-env -f channel:nixpkgs-unstable -iA dijo 45$ nix-env -f channel:nixpkgs-unstable -iA dijo
39``` 46```
40 47
41If you aren't familiar with `cargo` or Rust, read the [complete 48#### Arch Linux
42installation](https://github.com/NerdyPepper/dijo/wiki/Install) 49
43guide. 50Install [`dijo-bin`](https://aur.archlinux.org/packages/dijo-bin/) or [`dijo-git`](https://aur.archlinux.org/packages/dijo-git) from the AUR.
44 51
45### Usage 52### Usage
46 53