From 4bd41b9bf9b0721ac2dcc4e4f20ce0a3f003ad19 Mon Sep 17 00:00:00 2001 From: Kellen Carey Date: Thu, 15 Oct 2020 16:53:16 -0700 Subject: [PATCH] add wget flag to example --- docs/docs/user-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index 2aade829..f204c0ee 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -74,7 +74,7 @@ bash -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)" ``` -bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" +bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget ```