X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=3d48ad6f373475d94d3398cb3fd454aeb62cf355;hb=c4759d17cafda0d6b870fa5e8d71103a9f768220;hp=190a5e013f502bbb762e6cd3da86b9540d9b3400;hpb=6359d8079dbc7d8092ebdd47fa64818ac94ea8cb;p=src%2Fxds%2Fxds-agent.git diff --git a/README.md b/README.md index 190a5e0..3d48ad6 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<