Docs: Adjust prompt to be more recognizable (#3417)

master
Evan Travers 2018-07-16 00:23:22 -04:00 committed by Drashna Jaelre
parent aa62b60eaf
commit f2fcffab0d
1 changed files with 4 additions and 6 deletions

View File

@ -19,8 +19,7 @@ And be sure to select "HTTPS", and select the link and copy it:
From here, enter `git clone ` into the command line, and then paste your link: From here, enter `git clone ` into the command line, and then paste your link:
``` ```
**[terminal] user@computer:~$ git clone https://github.com/whoeveryouare/qmk_firmware.git
**[prompt you@computer]**[path ~]**[delimiter $ ]**[command git clone https://github.com/whoeveryouare/qmk_firmware.git]
Cloning into 'qmk_firmware'... Cloning into 'qmk_firmware'...
remote: Counting objects: 46625, done. remote: Counting objects: 46625, done.
remote: Compressing objects: 100% (2/2), done. remote: Compressing objects: 100% (2/2), done.
@ -33,13 +32,12 @@ Checking out files: 100% (2799/2799), done.
You now have your QMK fork on your local machine, and you can add your keymap, compile it and flash it to your board. Once you're happy with your changes, you can add, commit, and push them to your fork like this: You now have your QMK fork on your local machine, and you can add your keymap, compile it and flash it to your board. Once you're happy with your changes, you can add, commit, and push them to your fork like this:
``` ```
**[terminal] user@computer:~$ git add .
**[prompt you@computer]**[path ~/qmk_firmware]**[delimiter $ ]**[command git add .] user@computer:~$ git commit -m "adding my keymap"
**[prompt you@computer]**[path ~/qmk_firmware]**[delimiter $ ]**[command git commit -m "adding my keymap"]
[master cccb1608] adding my keymap [master cccb1608] adding my keymap
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
create mode 100644 keyboards/planck/keymaps/mine/keymap.c create mode 100644 keyboards/planck/keymaps/mine/keymap.c
**[prompt you@computer]**[path ~/qmk_firmware]**[delimiter $ ]**[command git push] user@computer:~$ git push
Counting objects: 1, done. Counting objects: 1, done.
Delta compression using up to 4 threads. Delta compression using up to 4 threads.
Compressing objects: 100% (1/1), done. Compressing objects: 100% (1/1), done.