From: Ronan Le Martret Date: Tue, 27 Jun 2017 09:04:49 +0000 (+0200) Subject: Update documentation X-Git-Tag: 0.1.0~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3512c14353220046d7879e8f05321554c4254a6c;p=src%2Fxds%2Fxds-agent.git Update documentation * install xds-agent from packaging Signed-off-by: Ronan Le Martret --- diff --git a/README.md b/README.md index 190a5e0..fa9c98e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,61 @@ machine or container (where `xds-server` is running). > **SEE ALSO**: [xds-server](https://github.com/iotbzh/xds-server), a web server used to remotely cross build applications. -## How to run +## How to install xds-agent -First you need to download `xds-agent` tarballs from xds dashboard by clicking +### Install package for debian distro type + +```bash +export DISTRO="Debian_8.0" +wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/Release.key | sudo apt-key add - +sudo bash -c "cat >/etc/apt/sources.list.d/AGL.list<