mirror of
https://github.com/eRgo35/ah.git
synced 2026-02-04 05:16:09 +01:00
README update
This commit is contained in:
23
README.md
23
README.md
@@ -4,12 +4,18 @@ A declarative package manager for Arch Linux
|
|||||||
|
|
||||||
## What is ah?
|
## 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
|
## 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:
|
Install Rust :crab:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -34,18 +40,10 @@ Change directory
|
|||||||
$ cd ah
|
$ cd ah
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
Build with cargo
|
||||||
$ cargo aur
|
|
||||||
```
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cd target/cargo-aur
|
$ cargo build --release
|
||||||
```
|
|
||||||
|
|
||||||
Install package
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ makepkg -si
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -62,6 +60,7 @@ Commands:
|
|||||||
sync Synchronize packages
|
sync Synchronize packages
|
||||||
remove Remove packages
|
remove Remove packages
|
||||||
find Find packages
|
find Find packages
|
||||||
|
choose-install Find and install packages
|
||||||
help Print this message or the help of the given subcommand(s)
|
help Print this message or the help of the given subcommand(s)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|||||||
Reference in New Issue
Block a user