From 061bf217505e8b982a113d5d24a2a32534674824 Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:36:55 +0000 Subject: [PATCH] Clarify where the executable files are --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09934711..2ea1ed66 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ You have two options to install and run GoShimmer: ### Execute the precompiled executable file -This repository includes a `goshimmer` file (for Linux and macOS) and a `goshimmer.exe` file (for Windows), which are precompiled executables. +The [release page](https://github.com/iotaledger/goshimmer/releases) includes downloadable files for Linux, macOS, and Windows. -To run the node, all you need to do is execute one of these files, depending on your operating system. +To run the node, all you need to do is download and execute one of these files, depending on your operating system. ```bash # Linux and macOS -- GitLab