From a82f4b6ff6b4f4983e592b60b1bedbb8f3f8ce7a Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Tue, 6 Sep 2022 17:29:42 -0400 Subject: [PATCH] Add install and build instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1529be8..7aae504 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ You will need that installed for this plugin to work. - Display supplementary battery info - Keep settings between restarts (stored in `~/.config/powertools/.json`) +## Build + +0. Requirements: a functioning Rust toolchain for x86_64-unknown-linux-musl, npm, and some tech literacy +1. In a terminal, navigate to the backend directory of this project and run `./build.sh` +2. In the root of this project, run `npm run build` +3. Transfer the project (especially dist/ and bin/) to a folder in your Steam Deck's homebrew plugins directory + ## License This is licensed under GNU GPLv3.