From 52684d9e389cec4d56ba7f196cc193f76cc23dd4 Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 17 Dec 2025 15:45:24 +0000 Subject: [PATCH] docs(README): adds go module proxy install --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef7fa9..4a7510b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,10 @@ yay -S pda # Or use pda-git for the latest commit yay -S pda-git -# Or manually install with Go +# Go install +go install github.com/llywelwyn/pda@latest + +# Or git clone https://github.com/llywelwyn/pda cd pda go install