mirror of
https://github.com/eRgo35/ah.git
synced 2025-12-14 22:06:11 +01:00
README update
This commit is contained in:
35
README.md
35
README.md
@@ -4,12 +4,18 @@ A declarative package manager for Arch Linux
|
||||
|
||||
## What is ah?
|
||||
|
||||
Arch Helper is a declarative package management tool for Arch Linux. It leverages paru or other package managers for seamless integration.
|
||||
Arch Helper is a declarative package management tool for Arch Linux. It leverages paru and topgrade for package management.
|
||||
|
||||
It is currently in early development phase so watch out for bugs!
|
||||
It is currently in early development phase so watch out for potential bugs!
|
||||
|
||||
## Installation
|
||||
|
||||
Check out the [releases](https://github.com/eRgo35/ah/releases) tab for the latest release!
|
||||
|
||||
## Building
|
||||
|
||||
If you want to build from source, you can do so by following the instructions below.
|
||||
|
||||
Install Rust :crab:
|
||||
|
||||
```sh
|
||||
@@ -34,18 +40,10 @@ Change directory
|
||||
$ cd ah
|
||||
```
|
||||
|
||||
```sh
|
||||
$ cargo aur
|
||||
```
|
||||
Build with cargo
|
||||
|
||||
```sh
|
||||
$ cd target/cargo-aur
|
||||
```
|
||||
|
||||
Install package
|
||||
|
||||
```sh
|
||||
$ makepkg -si
|
||||
$ cargo build --release
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -57,12 +55,13 @@ Arch Helper is a declarative package management tool for Arch Linux. It leverage
|
||||
Usage: ah [COMMAND]
|
||||
|
||||
Commands:
|
||||
install Install packages
|
||||
upgrade Upgrade packages
|
||||
sync Synchronize packages
|
||||
remove Remove packages
|
||||
find Find packages
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
install Install packages
|
||||
upgrade Upgrade packages
|
||||
sync Synchronize packages
|
||||
remove Remove packages
|
||||
find Find packages
|
||||
choose-install Find and install packages
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Reference in New Issue
Block a user