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