From e0c50cf129a5237a66c5f438a3323cd6d10600ea Mon Sep 17 00:00:00 2001 From: Ekrem Karaca Date: Mon, 25 Jul 2016 14:53:13 +0300 Subject: [PATCH] another way to install --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7d91494..a729d1d0 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 -- GitLab