From bb5e3889bbaf6640c55e80f7db1b180905b03f58 Mon Sep 17 00:00:00 2001 From: Balazs Kezes <3j4b0y1i@anonaddy.me> Date: Mon, 2 Sep 2024 16:51:18 +0200 Subject: [PATCH] docs: mention how to try it without installation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a62ab55..abba2db 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,15 @@ base tmux zsh # some packages shared on all machines ## Installation +To try it without installation: + +``` +go run github.com/ypsu/pkgtrim@latest +``` + Available in AUR as pkgtrim, use something like `yay -Sy pkgtrim` to install it. -Alternatively install directly with Go. +Alternatively install it directly with Go. Make sure `~/go/bin` (or whatever your `$GOPATH/bin` or `$GOBIN` is) is in your `$PATH` and then run: ```