docs(README): adds go module proxy install

This commit is contained in:
Lewis Wynne 2025-12-17 15:45:24 +00:00
parent 09836269e2
commit 52684d9e38

View file

@ -70,7 +70,10 @@ yay -S pda
# Or use pda-git for the latest commit # Or use pda-git for the latest commit
yay -S pda-git 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 git clone https://github.com/llywelwyn/pda
cd pda cd pda
go install go install