docs(README): adds go module proxy install
This commit is contained in:
parent
09836269e2
commit
52684d9e38
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue