diff options
author | Kellen Carey <kellen.carey@gmail.com> | 2020-10-15 16:53:16 -0700 |
---|---|---|
committer | Kellen Carey <kellen.carey@gmail.com> | 2020-10-15 16:53:16 -0700 |
commit | 4bd41b9bf9b0721ac2dcc4e4f20ce0a3f003ad19 (patch) | |
tree | 87c214bd7e8b1a3fdd46035a3851201a10ea218a /docs | |
parent | b738cc9d75e50bf7400a621c33ce32e697f3c250 (diff) |
add wget flag to example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/user-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index 2aade82..f204c0e 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)" <TabItem value="wget"> ``` -bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" +bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget ``` </TabItem> |