Skip to content

Commit f2fcffa

Browse files
evantraversdrashna
authored andcommitted
Docs: Adjust prompt to be more recognizable (qmk#3417)
1 parent aa62b60 commit f2fcffa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/getting_started_github.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ And be sure to select "HTTPS", and select the link and copy it:
1919
From here, enter `git clone ` into the command line, and then paste your link:
2020

2121
```
22-
**[terminal]
23-
**[prompt you@computer]**[path ~]**[delimiter $ ]**[command git clone https://github.com/whoeveryouare/qmk_firmware.git]
22+
user@computer:~$ git clone https://github.com/whoeveryouare/qmk_firmware.git
2423
Cloning into 'qmk_firmware'...
2524
remote: Counting objects: 46625, done.
2625
remote: Compressing objects: 100% (2/2), done.
@@ -33,13 +32,12 @@ Checking out files: 100% (2799/2799), done.
3332
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:
3433

3534
```
36-
**[terminal]
37-
**[prompt you@computer]**[path ~/qmk_firmware]**[delimiter $ ]**[command git add .]
38-
**[prompt you@computer]**[path ~/qmk_firmware]**[delimiter $ ]**[command git commit -m "adding my keymap"]
35+
user@computer:~$ git add .
36+
user@computer:~$ git commit -m "adding my keymap"
3937
[master cccb1608] adding my keymap
4038
1 file changed, 1 insertion(+)
4139
create mode 100644 keyboards/planck/keymaps/mine/keymap.c
42-
**[prompt you@computer]**[path ~/qmk_firmware]**[delimiter $ ]**[command git push]
40+
user@computer:~$ git push
4341
Counting objects: 1, done.
4442
Delta compression using up to 4 threads.
4543
Compressing objects: 100% (1/1), done.

0 commit comments

Comments
 (0)