diff --git a/README.md b/README.md index a54f520..a91a23e 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ This is a piece of software to control the RGB on sebaweb developed rp2040 based keyboards. ## Compiling -Linux is currently the only supported platform, if you wish to help with porting the software to other platforms you are free to do so. -To compile the program use `cargo` +Linux is currently the only supported platform, if you wish to help with porting the software to other platforms you are free to do so. +To compile the program use `cargo`. ``` cargo build --release ``` ## Installing on linux -Linux is currently the only supported platform, if you wish to help with porting the software to other platforms you are free to do so. -To install the software copy the compiled binary into `/usr/bin/` and the udev rule into `/etc/udev/rules.d/` +Linux is currently the only supported platform, if you wish to help with porting the software to other platforms you are free to do so. +To install the software copy the compiled binary into `/usr/bin/` and the udev rule into `/etc/udev/rules.d/`. TODO: Make makefile or install script ``` cargo build --release && sudo cp ./target/release/keyboard_control_software /usr/bin/.