Skip to content

Commit

Permalink
Update readme, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Sep 25, 2019
1 parent 6ad1ce3 commit 168f3e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ venv.bak/
.mypy_cache/

.idea
build-instructions
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 168f3e7

Please sign in to comment.