summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2022-04-22 16:39:33 +0900
committerGitHub <noreply@github.com>2022-04-22 16:39:33 +0900
commitc995761d5496a4b42ee057cc7a0a8706f321aaac (patch)
treef491598ca5c7f998c6bea307ecd17b6e076ed0f5
parent546883fc732b468ef880c40a073e909f2a0c8d24 (diff)
fix: breakdown Getting started section
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cba2bb3..537136c 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@ ErgoDox EZ users: [Teensy Loader](https://www.pjrc.com/teensy/loader.html) will
## Getting started
-⚠️ Warning starting from firmware v19, Wally needs to be updated to v2.1.0 in order to detect your keyboard. Linux users should update their udev rules using the latest version [from the wiki](https://github.com/zsa/wally/wiki/Linux-install).
+⚠️ Warning starting from firmware v19, Wally needs to be updated to v2.1.0 in order to detect your keyboard.
Wally comes in two flavors, a GUI and a CLI app.
Download the application for your favorite platform from the relevant release page: [GUI](https://github.com/zsa/wally/releases) / [CLI](https://github.com/zsa/wally-cli/releases).
-Note for Linux users, follow the instructions from our [wiki page](https://github.com/zsa/wally/wiki/Linux-install) before running the application.
+Note for Linux users, make sure your udev rules match the latest version [from the wiki](https://github.com/zsa/wally/wiki/Linux-install).
Note for Mac OS users, the CLI requires libusb to be installed: `brew install libusb`