[geany/plugins.geany.org] db3de2: Update installation instructions for Fedora and RHEL/CentOS

Dominic Hopf git-noreply at xxxxx
Tue Dec 13 08:59:26 UTC 2016


Branch:      refs/heads/master
Author:      Dominic Hopf <dmaphy at googlemail.com>
Committer:   Dominic Hopf <dmaphy at googlemail.com>
Date:        Tue, 13 Dec 2016 08:59:26 UTC
Commit:      db3de289b53b5ef8c2e08ee5798140cda27c9190
             https://github.com/geany/plugins.geany.org/commit/db3de289b53b5ef8c2e08ee5798140cda27c9190

Log Message:
-----------
Update installation instructions for Fedora and RHEL/CentOS


Modified Paths:
--------------
    content/install.html

Modified: content/install.html
11 lines changed, 10 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,16 @@
 
 <h3>Packages</h3>
 <h4>Fedora</h4>
-<code>yum install geany-plugins</code>
+<code>dnf install 'geany-plugins-*'</code>
+<p>or do a</p>
+
+<code>dnf search geany-plugins</code>
+<p>to get the available plugins listed and
+install the plugin you like to use via</p>
+<code>dnf install geany-plugins-{pluginname}</code>
+
+<h4>RHEL/CentOS</h4>
+<code>yum install geany-plugins-*</code>
 <p>or do a</p>
 
 <code>yum search geany-plugins</code>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list