Explorar o código

doc(readme): fix the ubuntu install instructions

Mustafa Arici %!s(int64=8) %!d(string=hai) anos
pai
achega
2dc6f1f061
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -29,9 +29,10 @@ This is tested only on Ubuntu >=16.04.3 LTS
 ```bash
 # Add APT Repo
 $ sudo sh -c 'echo "deb [trusted=yes] https://cad.github.io/ovpm/deb/ ovpm main" >> /etc/apt/sources.list'
+$ sudo apt update
 
 # Install OVPM
-$ sudo yum install ovpm
+$ sudo apt install ovpm
 ```
 
 **from Source (go get):**