Browse Source

Typo in apt-get command

Typo in apt-get command
pull/1921/head
Fernando Ripoll 7 years ago
committed by GitHub
parent
commit
257280a050
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/debian.md

2
docs/debian.md

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

Loading…
Cancel
Save