Browse Source

README: use new way to install Go programs

"go get" stopped installing binaries years ago;
"go install" should be used now.
pull/71/head
Daniel Martí 3 years ago committed by Linus
parent
commit
3e1a1c10bf
  1. 2
      README.md

2
README.md

@ -4,7 +4,7 @@
[F-Droid](https://f-droid.org/) desktop client. Requires Go 1.18 or later. [F-Droid](https://f-droid.org/) desktop client. Requires Go 1.18 or later.
go get mvdan.cc/fdroidcl go install mvdan.cc/fdroidcl@latest
While the Android client integrates with the system with regular update checks While the Android client integrates with the system with regular update checks
and notifications, this is a simple command line client that talks to connected and notifications, this is a simple command line client that talks to connected

Loading…
Cancel
Save