From 8a1768631d0738f5c29450e916164bd2ada04961 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 19 May 2024 03:33:08 +0300 Subject: [PATCH] chore(docs): Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e604f..1fafdef 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ cargo build --release This will build Lprs with update checking enabled. If you want to disable update checking, you can build Lprs without the default features by passing the `--no-default-features` flag. ### Pre-built binaries -Pre-built binaries are available for Linux only, you can download them from the [releases page](https://git.4rs.nl/awiteb/lprs/releases/latest). +Pre-built binaries are available for Linux and Windows on the [releases +page](https://git.4rs.nl/awiteb/lprs/releases/latest). There is tow version of +the binary, one with update checking enabled and other not, the binaries with +update checking enabled have the `lrps-update-notify` prefix. ## Usage