a new readme shit fukcing kill me i have nothing better to do

i18n
jasiosasio 3 years ago
parent ac9b310da1
commit 16c38b3d9b

@ -14,7 +14,7 @@
<a href="https://discord.gg/yp4xpZeAgW"><img alt="Discord" src="https://img.shields.io/discord/825473796227858482?color=blue&label=Discord&logo=Discord&logoColor=white"?link=https://discord.gg/yp4xpZeAgW&link=https://discord.gg/yp4xpZeAgW> </p></a> <a href="https://discord.gg/yp4xpZeAgW"><img alt="Discord" src="https://img.shields.io/discord/825473796227858482?color=blue&label=Discord&logo=Discord&logoColor=white"?link=https://discord.gg/yp4xpZeAgW&link=https://discord.gg/yp4xpZeAgW> </p></a>
<p align="center"> Amethyst is a fast, efficient and lightweight aur helper and pacman wrapper. <p align="center"> Amethyst is a fast, efficient and lightweight aur helper and pacman wrapper.
Made for crystalux, compatible with any arch-based linux distribution. <b>NOW IN RUST!</b></p> Made for crystalux, compatible with any arch-based linux distribution.</p>
![](screenshot.png) ![](screenshot.png)
@ -31,11 +31,11 @@ Made for crystalux, compatible with any arch-based linux distribution. <b>NOW IN
## How to build: ## How to build:
for release For release:
- `make clean release` - `make clean release`
for general debug/test For general debug/test:
- `make clean debug` - `make clean debug`
clean all builddirs Clean all build directories:
- `make clean` - `make clean`

@ -1,6 +1,6 @@
use runas::Command; use runas::Command;
pub fn install(pkg: &str) { pub fn install(pkg: &str) {
let errstr = format!("Something went wrong"); let errstr = format!("Oops.. Something went wrong!");
Command::new("pacman").arg("-S").arg(&pkg).status().expect(&errstr); Command::new("pacman").arg("-S").arg(&pkg).status().expect(&errstr);
} }

Loading…
Cancel
Save