diff options
-rw-r--r-- | readme.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -23,7 +23,9 @@ much like a certain text editor. | |||
23 | 23 | ||
24 | ### Install | 24 | ### Install |
25 | 25 | ||
26 | Get `dijo` by running the following at the nearest prompt: | 26 | The 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 | ``` |
36 | If you aren't familiar with `cargo` or Rust, read the [complete | ||
37 | installation](https://github.com/NerdyPepper/dijo/wiki/Install) | ||
38 | guide. | ||
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 | ||
41 | If you aren't familiar with `cargo` or Rust, read the [complete | 48 | #### Arch Linux |
42 | installation](https://github.com/NerdyPepper/dijo/wiki/Install) | 49 | |
43 | guide. | 50 | Install [`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 | ||