From 9a02ad4a35177453ebf5a71454864dffb2f826ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 9 Jul 2016 20:51:47 +0100 Subject: [PATCH] README: add -u to go get --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec95d5..6905a3d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [F-Droid](https://f-droid.org/) desktop client. - go get github.com/mvdan/fdroidcl/cmd/fdroidcl + go get -u github.com/mvdan/fdroidcl/cmd/fdroidcl This is **not** a replacement for the [Android client](https://gitlab.com/fdroid/fdroidclient).