From 95f1e45af543deda29f4e306a3d1a6e8d19c14ef Mon Sep 17 00:00:00 2001 From: AlexSSD7 Date: Mon, 4 Sep 2023 09:56:34 +0100 Subject: [PATCH] Add a prebuilt binaries note --- INSTALL_MACOS.md | 2 +- INSTALL_WINDOWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL_MACOS.md b/INSTALL_MACOS.md index 3fe305d..6e05663 100644 --- a/INSTALL_MACOS.md +++ b/INSTALL_MACOS.md @@ -37,7 +37,7 @@ TODO. ## Prebuilt binaries -TODO. +You can find prebuilt binaries in [Linsk GitHub Releases](https://github.com/AlexSSD7/linsk/releases). ## Build from Source Clone the repository using `git` and run `go build` to build the Linsk binary. diff --git a/INSTALL_WINDOWS.md b/INSTALL_WINDOWS.md index 21bc18c..2a27078 100644 --- a/INSTALL_WINDOWS.md +++ b/INSTALL_WINDOWS.md @@ -44,7 +44,7 @@ TODO. ## Prebuilt binaries -TODO. +You can find prebuilt binaries in [Linsk GitHub Releases](https://github.com/AlexSSD7/linsk/releases). ## Build from Source Clone the repository using `git` and run `go build` to build the Linsk binary.