From dbef6a957c5d3aef20255c6493cb5dab9742892b Mon Sep 17 00:00:00 2001 From: javalsai Date: Fri, 24 Apr 2026 15:44:11 +0200 Subject: [PATCH] doc: add install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4fa2013..caf385f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ This is intended to provide utils for, but not limited to: It's true that pacman already can manage most of this, but in a CLI and unintuitive fashion, this program attempts to be as user friendly as possible to avoid mistakes of the mental overhead. +# Installation + +If I haven't updated the main repo's location: + +``` +cargo install --git https://git.javalsai.tuxcord.net/rust/pacdiff.git +``` + ---
Made with ❤️ in rust.