From 20d0457e24c751ef854482dfc971520820cdee82 Mon Sep 17 00:00:00 2001 From: David Suarez <1847875+dave92082@users.noreply.github.com> Date: Fri, 27 Nov 2020 16:29:18 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 776b2de..24d9556 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,15 @@ In the future I may try to add an auto-detection of this. For now this was quick ## Running the tool Once you have NodeJS set up, simply download the bs-patch tool from the Releases section -of this repository and execute it: +of this repository, create your config.yaml file, and then execute the tool: + +1. Download the release +2. Extract the bs-patch binary +3. Execute `which npm` +4. Copy the path to the `bin` folder +5. Create a file named `config.yaml` in the same folder as the `bs-patch` binary +6. Execute `./bs-patch` +7. (hopefully) Enjoy your new BluOS Controller app on Linux ``` $ ./bs-patch @@ -58,4 +66,4 @@ INFO[0038] Building Snap and AppImage INFO[0046] Cleaning up ``` -A new folder named `dist` will be created and contain the Snap and AppImage files. Enjoy! \ No newline at end of file +A new folder named `dist` will be created and contain the Snap and AppImage files. Enjoy!