diff --git a/README.md b/README.md index d7d91494ae58156f5e51987c88055aee4bb0e2a0..a729d1d0b5d8db88ddc79d0673869716db3159d2 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,11 @@ sudo make install ``` ### Ubuntu -For Ubuntu based distros (16.04) you can add the [daily ppa](https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily). -``` + +Stable versions of gradio is available on GetDeb repositories for Xenial release (16.04 LTS). You can [learn more](http://www.getdeb.net/updates/ubuntu/16.04/) about adding GetDeb repositories to your system. + +For daily releases, you can add the [this ppa](https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily). +```shell deb http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial main deb-src http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial main sudo apt-get update