From 8b04109e96bd0de089a9761b1a8e218e9185e8d2 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Sat, 24 Sep 2016 11:37:09 +0200 Subject: [PATCH] Windows installer is ready. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ee488c8..2cb121c2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ print(reader.read()) ## Installation +### Windows +Use the Windows installer for the [latest release](https://github.com/gotthardp/lorawan-server/releases). + ### Linux First, make sure you have the required packages ```bash @@ -45,5 +48,3 @@ user to the `dialout` group: sudo usermod -a -G dialout $USER ``` -### Windows -Please let me know if you need this.