From a888b7498ad72f8d0792d94b15c51ff7660001ca Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Fri, 14 Aug 2020 14:16:43 +0200 Subject: Add AUR packages to README Also reformatted the installation section --- readme.md | 15 +++++++++++---- 1 file 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 -- cgit v1.2.3