Typo in apt-get command

Typo in apt-get command
This commit is contained in:
Fernando Ripoll
2017-11-02 11:40:08 +01:00
committed by GitHub
parent c0e989b17c
commit 257280a050

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