Merge pull request #1921 from pipo02mix/patch-2

Typo in apt-get command
This commit is contained in:
Spencer Smith 2017-11-02 11:29:32 -04:00 committed by GitHub
commit 9872b594bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Debian Jessie installation Notes:
```
sudo add-apt-repository ppa:ansible/ansible
sudo apt-get update
sudo apt.get install ansible
sudo apt-get install ansible
```