mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-30 01:45:34 -05:00
docs: Add redirect setup script informing users to switch to ZMK CLI (#3168)
This commit is contained in:
3
docs/static/setup.ps1
vendored
Normal file
3
docs/static/setup.ps1
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# setup.ps1
|
||||
Write-Host "This setup script has been removed. Please use the ZMK CLI instead."
|
||||
Write-Host "Visit https://zmk.dev/docs/user-setup for more information."
|
||||
2
docs/static/setup.sh
vendored
Normal file
2
docs/static/setup.sh
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
echo "This setup script has been removed. Please use the ZMK CLI instead."
|
||||
echo "Visit https://zmk.dev/docs/user-setup for more information."
|
||||
Reference in New Issue
Block a user