diff --git a/README.md b/README.md index edf89c09..4b02f7b2 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,12 @@ sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update sudo apt-get install glide ``` -On Ubuntu Zesty (17.04) the package is called `golang-glide`. +On Ubuntu Zesty (17.04) or Bionic (18.04) you can install from our PPA: + +``` +sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update +sudo apt-get install golang-glide +``` [Binary packages](https://github.com/Masterminds/glide/releases) are available for Mac, Linux and Windows.