diff options
author | Daniel Shields <dshields@bats.com> | 2017-08-21 09:42:05 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-21 23:04:31 +0200 |
commit | 69c4cfb23839abfd2ded51e7829216e667a2df10 (patch) | |
tree | 3a8b6ce4e83a595c7f24c087592ecb7021ca7f9b /keyboards | |
parent | 36709d6a30ead87b78dd7aea706bfe22c438db60 (diff) | |
download | qmk_firmware-69c4cfb23839abfd2ded51e7829216e667a2df10.tar.gz qmk_firmware-69c4cfb23839abfd2ded51e7829216e667a2df10.tar.xz |
Fix gherkin README to use correct build command.
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/gherkin/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gherkin/README.md b/keyboards/gherkin/README.md index 4d2261829..74093bbbe 100644 --- a/keyboards/gherkin/README.md +++ b/keyboards/gherkin/README.md @@ -11,7 +11,7 @@ Hardware Availability: [Gherkin project on 40% Keyboards](http://www.40percent.c Make example for this keyboard (after setting up your build environment): - make atreus-default + make gherkin-default See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. First pass at adding support for the gherkin keyboard. Compiles but completely |