summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-25 13:54:41 +0100
committerQC <qball@gmpclient.org>2015-10-25 13:54:41 +0100
commit0d11a7b81e0665ae88f93e51c695ecc6c0e5f646 (patch)
tree33ed3ed60c80b28af748d3435e5f4b18a8ae7a86
parent7b1e3e75c93032f2506a3bbc5e2c7194976c6796 (diff)
Add fedora repo
-rw-r--r--INSTALL.md16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 490dcddb..1a89ea7f 100644
--- a/INSTALL.md
+++ b/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/*
+
diff --git a/configure.ac b/configure.ac
index 4ec48742..3749095e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])