diff options
author | Akshay <nerdy@peppe.rs> | 2021-03-06 15:49:11 +0530 |
---|---|---|
committer | Akshay <nerdy@peppe.rs> | 2021-03-06 15:49:11 +0530 |
commit | be6e0e35200ade0dc1d1f169896c0b69364c1c38 (patch) | |
tree | faeaf98fcfeb94c6e5cf1eeb23f1ad001a48c998 | |
parent | 44c6faa0d1ed96ecc71865adf02db72fb96f28b1 (diff) |
add install instructions for windows
-rw-r--r-- | readme.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -23,7 +23,11 @@ much like a certain text editor. ### Install -The official installation method is using `cargo`. Unofficial packages exist for some package managers as well. +To get the latest release of `dijo`, prefer installing it +via `cargo`. Unofficial packages exist for some package +managers as well. You can also browse the +[Releases](https://github.com/NerdyPepper/dijo/releases) +page for prebuilt binaries. #### Cargo @@ -49,6 +53,13 @@ $ nix-env -f channel:nixpkgs-unstable -iA dijo Install [`dijo-bin`](https://aur.archlinux.org/packages/dijo-bin/) or [`dijo-git`](https://aur.archlinux.org/packages/dijo-git) from the AUR. +#### Windows + +``` +# the default termion backend dosen't run on windows yet +$ cargo install --no-default-features --features "crossterm-backend" +``` + ### Usage `dijo` has a [detailed |