From b5cb1df63fa910b20ca28e056fa512c2db08e84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 13 Feb 2016 12:42:56 +0000 Subject: [PATCH] README: Add install instructions Fixes #1. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4fb3229..46281eb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ [F-Droid](https://f-droid.org/) desktop client. + go get github.com/mvdan/fdroidcl/cmd/fdroidcl + This is **not** a replacement for the [Android client](https://gitlab.com/fdroid/fdroidclient). + While the Android client integrates with the system with regular update checks and notifications, this is a command line client that talks to connected devices via [ADB](https://developer.android.com/tools/help/adb.html).