[doc] Add installation instructions
This commit is contained in:
parent
da3df1769e
commit
6c64ec81df
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -13,6 +13,17 @@
|
|||
|
||||
bumblebee-status is a modular, theme-able status line generator for the [i3 window manager](https://i3wm.org/).
|
||||
|
||||
**How to install**
|
||||
```
|
||||
# from AUR:
|
||||
git clone https://aur.archlinux.org/bumblebee-status.git
|
||||
cd bumblebee-status
|
||||
makepkg -sicr
|
||||
|
||||
# from PyPI (thanks @tony):
|
||||
pip install --user bumblebee-status
|
||||
```
|
||||
|
||||
Focus is on:
|
||||
* Ease of use (no configuration files!)
|
||||
* Theme support
|
||||
|
|
Loading…
Reference in a new issue