Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Add install and build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
NGnius committed Sep 6, 2022
1 parent 8647199 commit a82f4b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<appid>.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.

0 comments on commit a82f4b6

Please sign in to comment.