From 0565e74cfabd666a3c582e3ec7895c50758cb950 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Sun, 28 Feb 2021 20:28:53 +0000 Subject: [PATCH] update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d6c1ab0..9934c72 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,6 @@ It is written in Go with the frontend in Vue.js. The storage is backed by SQLite ![screenshot](etc/promo.png) [download](https://github.com/nkanaev/yarr/releases/latest) -| [build](doc/build.md) ## build @@ -18,7 +17,7 @@ Install `Go >= 1.16` and `gcc`. Get the source code: Then run one of the corresponding commands: - # create a binary for the host os + # create an executable for the host os make build_macos # -> _output/macos/yarr.app make build_linux # -> _output/linux/yarr make build_windows # -> _output/windows/yarr.exe