Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nick42d committed Oct 24, 2024
1 parent c077c0d commit 985537e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Inspired by https://github.com/savely-krasovsky/waybar-updates and https://githu
# arch_updates_rs - Arch updates API
Please refer to `arch-updates-rs/README.md` for more information.

## How to use
The package is in the AUR under `cosmic-applet-arch`. You can install it via your favourite AUR helper, e.g `paru -Syu cosmic-applet-arch`.

## Features
- Native COSMIC look and feel, supporting both light and dark mode.
- pacman, AUR, and devel package upgrades shown.
Expand All @@ -15,13 +18,8 @@ Please refer to `arch-updates-rs/README.md` for more information.

## Development setup

To install this COSMIC applet, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:

```sh
sudo apt install just
```

After you install it, you can run the following commands to build and install your applet:
Development dependencies are listed on the [PKGBUILD in the AUR](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cosmic-applet-arch)
You can run the following commands to build and install:

```sh
just build-release
Expand Down

0 comments on commit 985537e

Please sign in to comment.