From 168f3e7205761c960abd9b44c83f109cefcb9c2c Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 25 Sep 2019 19:42:26 +0100 Subject: [PATCH] Update readme, gitignore --- .gitignore | 1 + readme.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index de1a979..7c7b550 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ venv.bak/ .mypy_cache/ .idea +build-instructions \ No newline at end of file diff --git a/readme.md b/readme.md index 6eed20f..556f162 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,16 @@ Make sure wherever it is installed to is on your path. You can check with `pip3 Arch users can install the [rofi-mpd-git](https://aur.archlinux.org/packages/rofi-mpd-git/) package. +### Ubuntu + +Users of Ubuntu or Ubuntu derivatives can add my PPA and install the package from there: + +```bash +sudo add-apt-repository ppa:jakestanger/ppa +sudo apt-get update +sudo apt install python3-rofi-mpd +``` + ### Other Clone this repo somewhere.