fixes small typos

This commit is contained in:
praschdorff 2018-02-25 00:45:59 +01:00 committed by GitHub
parent b970df62a2
commit 463aef2a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,8 @@ Add the public key to the repository keyring
`apt-key add google.pubkey`
Add the Google package repositories to your list of sources
echo "deb http://dl.google.com/linux/chrome/deb/ stable main"> /etc/apt/sources.list.d/google.list
`echo "deb http://dl.google.com/linux/chrome/deb/ stable main"> /etc/apt/sources.list.d/google.list`
Update package repositories
@ -222,4 +223,4 @@ Create a Multimedia AppVM
The last step is to create a multimedia AppVM (named "my-multimedia" here) based on the new multimedia template.
`qvm-create --template t-multimedia --label-orange my-multimedia`
`qvm-create --template t-multimedia --label orange my-multimedia`