aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lily58
diff options
context:
space:
mode:
authorDarren Meehan <Darrenmeehan@users.noreply.github.com>2020-09-12 20:40:31 +0100
committerGitHub <noreply@github.com>2020-09-12 20:40:31 +0100
commit9e99a9b98c2e57ce5a4ada41446e8555bc05b1ad (patch)
tree7462bfb07d73de3c0ac65601fa06db2c245e5764 /keyboards/lily58
parente4d46a1c00f60fa97d779f0c468c502416d29f02 (diff)
downloadfirmware-9e99a9b98c2e57ce5a4ada41446e8555bc05b1ad.tar.gz
firmware-9e99a9b98c2e57ce5a4ada41446e8555bc05b1ad.tar.bz2
firmware-9e99a9b98c2e57ce5a4ada41446e8555bc05b1ad.zip
Remove use of sudo in lily58 make docs (#10301)
Diffstat (limited to 'keyboards/lily58')
-rw-r--r--keyboards/lily58/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lily58/readme.md b/keyboards/lily58/readme.md
index cbf0c1eeb..1aedab6e1 100644
--- a/keyboards/lily58/readme.md
+++ b/keyboards/lily58/readme.md
@@ -10,6 +10,6 @@ Hardware Availability: [PCB & Case Data](https://github.com/kata0510/Lily58)
Make example for this keyboard (after setting up your build environment):
- sudo make lily58:default
+ make lily58:default
-See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). \ No newline at end of file
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).