Update note location

This commit is contained in:
Albert Y 2022-01-13 10:48:37 +08:00
parent 5af3d57abb
commit 5e9b3c872c

View file

@ -143,6 +143,10 @@ GitHub Repo: https://github.com/petejohanson/zmk-config.git
Only the GitHub username is required; if you are happy with the defaults offered in the square brackets, you can simply hit `Enter`. Only the GitHub username is required; if you are happy with the defaults offered in the square brackets, you can simply hit `Enter`.
:::note
If you are using SSH keys for git push, change GitHub Repo field to the SSH scheme, e.g. `git@github.com:petejohanson/zmk-config.git'.
:::
### Confirming Selections ### Confirming Selections
The setup script will confirm all of your selections one last time, before performing the setup: The setup script will confirm all of your selections one last time, before performing the setup:
@ -156,10 +160,6 @@ Preparing a user config for:
Continue? [Yn]: Continue? [Yn]:
``` ```
:::note
If you are using SSH keys for GitHub push, change the repository field to the SSH scheme, e.g. `git@github.com:petejohanson/zmk-config.git'.
:::
After hitting `Enter` or typing `y`, the script will create an initial config in a directory named after the repo name, After hitting `Enter` or typing `y`, the script will create an initial config in a directory named after the repo name,
update the GitHub Action YAML file, commit the initial version, and then push to your repo. update the GitHub Action YAML file, commit the initial version, and then push to your repo.