Skip to content

Commit

Permalink
Added manual AUR install instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ssebs committed Oct 1, 2018
1 parent ba3d841 commit 77d0431
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
Themer
======

*Themer is a colorscheme generator and manager for your desktop.*
*Themer is a colorscheme generator and manager for your Linux desktop.*


Installation
Expand All @@ -11,8 +11,17 @@ Installation

Install [python-themer-git](https://aur.archlinux.org/packages/python-themer-git/) with the AUR manager of your choice:

$ yaourt -S python-themer-git

**Yaurt**
```
$ yaourt -S python-themer-git
```

**Manual AUR**
```
$ git clone https://aur.archlinux.org/packages/python-themer-git
$ cd python-themer
$ makepkg -sic
```

### PyPi

Expand Down

0 comments on commit 77d0431

Please sign in to comment.