Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1TSK <vitaly@easycoding.org>2016-01-12 19:07:30 +0300
committerV1TSK <vitaly@easycoding.org>2016-01-12 19:07:30 +0300
commitb0fbe0c7717cb5d5155d16ed016625ecc4be0155 (patch)
tree0b96a61059160ad1ccd50a2e39db436e30b9b9d3
parent8646d361b6139e5db02dbb1e7761ef0831ff2a4a (diff)
Added COPR repository into README.
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08ee328..bd5f3dc 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,19 @@ How to Install on Windows
If this is the first time you have downloaded this plugin:
* Download [the json-glib library](https://github.com/EionRobb/pidgin-opensteamworks/raw/master/steam-mobile/libjson-glib-1.0.dll) into your `Program Files (x86)\Pidgin` folder (or `Program Files\Pidgin`), _**NOT** into the plugins folder_
+How to install on Fedora
+=====================
+On Fedora you can use [purple-libsteam](https://copr.fedoraproject.org/coprs/xvitaly/purple-libsteam/) COPR repository. [Later](https://bugzilla.redhat.com/show_bug.cgi?id=1297854), after package review, it will be available from main Fedora repository.
+
+At first time you should add COPR repository and enable it:
+```
+ sudo dnf copr enable xvitaly/purple-libsteam
+```
+Now you can install packages:
+```
+ sudo dnf install purple-libsteam pidgin-libsteam
+```
+
How to Build RPM package for Fedora/openSUSE/CentOS/RHEL
=====================
```