summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-08-28 20:39:13 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-05 14:17:10 +0000
commite11e43f3e1a8015216985bca70f43b19e3a8e24d (patch)
tree55b4622994b821754e6a2b294b85d502a9c6f170 /README.md
parent8a6ce8e3284f0ec4fbc62a5fa22a7397ad326b84 (diff)
Bug-AGL: SPEC-2776 Change-Id: I920939fb77a2a8ce6535ee51fee35e9d907197e2 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com> (cherry picked from commit 8f31d2d8998c1387981dbd5ba18de76bcf648fac)
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 1 insertions, 21 deletions
diff --git a/README.md b/README.md
index 49bde78..b9c5ff0 100644
--- a/README.md
+++ b/README.md
@@ -52,30 +52,10 @@ sudo zypper install libjson-c-dev
sudo dnf install libjson-c-dev
```
-Binder and client communicate through HTTP protocol :
-
-* **Debian/Ubuntu**
-
-```bash
-sudo apt-get install agl-libmicrohttpd-dev
-```
-
-* **openSUSE**
-
-```bash
-sudo zypper install agl-libmicrohttpd-dev
-```
-
-* **Fedora**
-
-```bash
-sudo dnf install agl-libmicrohttpd-dev
-```
-
## Setup
```bash
-git clone https://gerrit.automotivelinux.org/gerrit/admin/repos/apps/agl-service-helloworld
+git clone https://gerrit.automotivelinux.org/gerrit/apps/agl-service-helloworld
cd agl-service-helloworld
```