From 1fc4dc047d1dd403d01e4ea4c99f424084d34227 Mon Sep 17 00:00:00 2001 From: jasiosasio Date: Sat, 17 Jul 2021 13:17:31 +0200 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c90943..10e52ed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,35 @@ -# ame -rust rework +

+ + Logo + +

+

+

Amethyst - Rust rework

+

+

+ + + + +Discord

-## to build: +

amethyst is a fast, efficient and lightweight aur helper and pacman wrapper. +Made for crystalux, compatible with any arch-based linux distribution. NOW IN RUST!

+ +![](screenshot.png) + +## Basic usage - NOT COMPLETE! +| Action | Command | Shorthand alias | Supported pacman equivalent | +| ------ | ------ | ------ | ------ | +| Install a package | amethyst install | ame ins | -S | +| Remove a package| amethyst remove | ame rm | -R | +| Update repository | amethyst update | ame upd | -Sy | +| Upgrade a package | amethyst upgrade | ame upg | -Syu | +| Search for a package in repo and aur | amethyst search | ame sear | -Ss | +| Search for a package in repo | amethyst search -R | ame sear -R | -Ss -R | +| Search for a package in aur | amethyst search -A | ame sear -A | -Ss -A | + +## How to build: for release - `make clean release`