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

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
```