From e4cb370010ae1f50d3b1892231bf3546e33eff5a Mon Sep 17 00:00:00 2001 From: J-Donald Tournier Date: Tue, 6 Oct 2020 23:19:03 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a76013a..2b06165 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ First, you'll need a terminal that supports [sixel encoding](https://github.com/ [MSYS2](https://www.msys2.org/) installs) - [WSLtty](https://github.com/mintty/wsltty) on [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/) -Next, you need to build `mrpeek` from source, following these instructions: +Next, install `mrpeek` using the precompiled executables provided in [the latest release](https://github.com/MRtrix3/mrpeek/releases/latest). +If that doesn't work, or you wish to get involved in the development of `mrpeek`, you can build it from source following these instructions: ## Step 1: fetch the _MRtrix3_ source code