Update README.md

This commit is contained in:
David Suarez
2020-11-27 16:29:18 -08:00
committed by GitHub
parent ae7736652b
commit 20d0457e24

View File

@@ -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!
A new folder named `dist` will be created and contain the Snap and AppImage files. Enjoy!