summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastien D <seb.douheret@gmail.com>2017-08-31 12:07:09 +0200
committerGitHub <noreply@github.com>2017-08-31 12:07:09 +0200
commitdf4f4484cf2523c86ac895a524a6ffbeca45e74e (patch)
treee631a581281bfa3b83e494e0f7144a8313070f41 /README.md
parent6f8c05ea93ec52819785d73f0377d35b1073dc3f (diff)
Fix install package command for debian in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 23c59b3..4cdf5ae 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,7 @@ used to remotely cross build applications.
```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<<EOL
-#AGL
+sudo bash -c "cat >> /etc/apt/sources.list.d/AGL.list<<EOL
deb http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/ ./
EOL
"