mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add fedora repo
This commit is contained in:
parent
7b1e3e75c9
commit
0d11a7b81e
2 changed files with 17 additions and 1 deletions
16
INSTALL.md
16
INSTALL.md
|
@ -159,3 +159,19 @@ can then load the core in GDB.
|
|||
```
|
||||
gdb rofi core
|
||||
```
|
||||
|
||||
## Install distribution
|
||||
|
||||
### Debian or Ubuntu
|
||||
|
||||
```
|
||||
apt-get install rofi
|
||||
|
||||
```
|
||||
|
||||
### Fedora
|
||||
|
||||
rofi from [russianfedora repository](http://ru.fedoracommunity.org/repository)
|
||||
and also
|
||||
Copr (Cool Other Package Repo) https://copr.fedoraproject.org/coprs/region51/rofi/*
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rofi], [0.15.10], [https://github.com/DaveDavenport/rofi/])
|
||||
AC_INIT([rofi], [0.15.10-devel], [https://github.com/DaveDavenport/rofi/])
|
||||
|
||||
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
Loading…
Reference in a new issue