From f6c4f5f82ee25f5c4324f0d9a98e667219c90f84 Mon Sep 17 00:00:00 2001 From: sebgab Date: Thu, 7 Jul 2022 15:53:50 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/.