From be6e0e35200ade0dc1d1f169896c0b69364c1c38 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 6 Mar 2021 15:49:11 +0530 Subject: add install instructions for windows --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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. ### 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 -- cgit v1.2.3