X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=fa9c98eb195fdaffe35cb3b5e52a14ff252fd694;hb=3512c14353220046d7879e8f05321554c4254a6c;hp=190a5e013f502bbb762e6cd3da86b9540d9b3400;hpb=36e2400d1c0249e81f910e48a967e0202d5a8d46;p=src%2Fxds%2Fxds-agent.git 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<