summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])