Skip to content

Commit

Permalink
readme: installation section with Ubuntu subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Jan 28, 2024
1 parent 7958d02 commit 7a6a416
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,18 @@ content = "Battery capacity is extremely low at ${{capacity}}%.\nConnect your la

Adjust the values to suit your preferences.

## Installation via Home Manager
## Installation

### Ubuntu

```sh
# Install necessary build dependencies.
$ apt-get install cmake git -y
# Install the program binary. Default location is $HOME/.cargo/bin.
$ cargo install --path .
```

### Home Manager

If you use [Home Manager](https://github.com/nix-community/home-manager) to manage your user environment, integrating the battery notifier into your configuration is straightforward.

Expand Down

0 comments on commit 7a6a416

Please sign in to comment.