From c37af89195841b27be85da69b2b9c6b65bbbb4f9 Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Wed, 7 Aug 2024 12:12:21 +0300 Subject: [PATCH] Add Synology installation instructions (#211) --- src/pages/how-to/installation.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index 0a135bac..b2a5680e 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -154,6 +154,15 @@ brew unlink netbird To uninstall the client and service, you can use Add/Remove programs + +**Synology** + +**Install with one command** + +```bash +curl -fsSL https://pkgs.netbird.io/install.sh | sh +``` + ### Android NetBird has an official Android application that you can download at Google Play Store: @@ -165,6 +174,8 @@ NetBird has an official Android application that you can download at Google Play

+ + ### Binary Install **Installation from binary (CLI only)**