diff options
Diffstat (limited to 'docs/cli.md')
-rw-r--r-- | docs/cli.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli.md b/docs/cli.md index cb609e2a9..fe86cac1f 100644 --- a/docs/cli.md +++ b/docs/cli.md | |||
@@ -44,7 +44,7 @@ qmk setup # This will clone `qmk/qmk_firmware` and optionally set up your build | |||
44 | We are looking for people to create and maintain a `qmk` package for more operating systems. If you would like to create a package for your OS please follow these guidelines: | 44 | We are looking for people to create and maintain a `qmk` package for more operating systems. If you would like to create a package for your OS please follow these guidelines: |
45 | 45 | ||
46 | * Follow best practices for your OS when they conflict with these guidelines | 46 | * Follow best practices for your OS when they conflict with these guidelines |
47 | * Documment why in a comment when you do deviate | 47 | * Document why in a comment when you do deviate |
48 | * Install using a virtualenv | 48 | * Install using a virtualenv |
49 | * Instruct the user to set the environment variable `QMK_HOME` to have the firmware source checked out somewhere other than `~/qmk_firmware`. | 49 | * Instruct the user to set the environment variable `QMK_HOME` to have the firmware source checked out somewhere other than `~/qmk_firmware`. |
50 | 50 | ||