Merge pull request #401 from franciscocpg/master

Update README.md
diff --git a/README.md b/README.md
index 8d23c7b..70949cb 100644
--- a/README.md
+++ b/README.md
@@ -82,11 +82,11 @@
 $ brew install glide
 ```
 
-On Ubuntu Trusty (14.04) you can install from our PPA:
+On Ubuntu Precise(12.04), Trusty (14.04) or Wily (15.10) you can install from our PPA:
 
 ```
-add-apt-repository ppa:masterminds/glide && sudo apt-get update
-apt-get install glide
+sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
+sudo apt-get install glide
 ```
 
 [Binary packages](https://github.com/Masterminds/glide/releases) are available for Mac, Linux and Windows.
@@ -474,4 +474,4 @@
 
 Aside from being catchy, "glide" is a contraction of "Go Elide". The
 idea is to compress the tasks that normally take us lots of time into a
-just a few seconds.
\ No newline at end of file
+just a few seconds.