Browse Source

point setup.sh at upstream

xmkb
Richard Jones 4 years ago committed by GitHub
parent
commit
01da54aadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/static/setup.sh

2
docs/static/setup.sh vendored

@ -64,7 +64,7 @@ select opt in "${options[@]}" "Quit"; do @@ -64,7 +64,7 @@ select opt in "${options[@]}" "Quit"; do
done
if [ "$split" == "n" ]; then
repo_path="https://github.com/bmcgavin/zmk-config-template.git"
repo_path="https://github.com/zmkfirmware/zmk-config-template.git"
fi
read -e -p "Copy in the stock keymap for customization? [Yn]: " copy_keymap

Loading…
Cancel
Save