1 files changed, 12 insertions, 1 deletions
|
diff --git a/readme.md b/readme.md index 1c59d41..d521322 100644 --- a/ readme.md+++ b/ readme.md |
@@ -23,7 +23,11 @@ much like a certain text editor. |
23 | |
23 | |
24 | ### Install |
24 | ### Install |
25 | |
25 | |
26 | The official installation method is using `cargo`. Unofficial packages exist for some package managers as well. |
26 | To get the latest release of `dijo`, prefer installing it |
| |
27 | via `cargo`. Unofficial packages exist for some package |
| |
28 | managers as well. You can also browse the |
| |
29 | [Releases](https://github.com/NerdyPepper/dijo/releases) |
| |
30 | page for prebuilt binaries. |
27 | |
31 | |
28 | #### Cargo |
32 | #### Cargo |
29 | |
33 | |
@@ -49,6 +53,13 @@ $ nix-env -f channel:nixpkgs-unstable -iA dijo |
49 | |
53 | |
50 | Install [`dijo-bin`](https://aur.archlinux.org/packages/dijo-bin/) or [`dijo-git`](https://aur.archlinux.org/packages/dijo-git) from the AUR. |
54 | Install [`dijo-bin`](https://aur.archlinux.org/packages/dijo-bin/) or [`dijo-git`](https://aur.archlinux.org/packages/dijo-git) from the AUR. |
51 | |
55 | |
| |
56 | #### Windows |
| |
57 | |
| |
58 | ``` |
| |
59 | # the default termion backend dosen't run on windows yet |
| |
60 | $ cargo install --no-default-features --features "crossterm-backend" |
| |
61 | ``` |
| |
62 | |
52 | ### Usage |
63 | ### Usage |
53 | |
64 | |
54 | `dijo` has a [detailed |
65 | `dijo` has a [detailed |
|