Fix install package command for debian in README
authorSebastien D <seb.douheret@gmail.com>
Thu, 31 Aug 2017 10:07:09 +0000 (12:07 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2017 10:07:09 +0000 (12:07 +0200)
README.md

index 23c59b3..4cdf5ae 100644 (file)
--- 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
 "