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

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1TSK <vitaly@easycoding.org>2016-01-11 16:12:32 +0300
committerV1TSK <vitaly@easycoding.org>2016-01-11 16:12:32 +0300
commit3019c3ace8cbc7b60e90ec031a2496c4d78239c0 (patch)
tree8662608875e2eb8a0d94b6ab1d6b30230455b418
parent2b258e74beaeef18b881c91662a04f78f79eadcc (diff)
Added COPR repository into README.
-rw-r--r--skypeweb/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 0eda89c..f011b9c 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -16,6 +16,17 @@ Windows users can download latest builds from [here](https://github.com/EionRobb
The plugin requires libjson-glib which is part of the installer exe or can be downloaded [from github](https://github.com/EionRobb/skype4pidgin/raw/master/skypeweb/libjson-glib-1.0.dll) and copied to the Program Files\Pidgin folder (not the plugins subfolder)
+Installing package on Fedora
+---------
+On Fedora you can use [purple-skypeweb](https://copr.fedoraproject.org/coprs/xvitaly/purple-skypeweb/) COPR repository. [Later](https://bugzilla.redhat.com/show_bug.cgi?id=1294523), after package review, it will be added to main Fedora repository.
+At first time you should add COPR repository and enable it:
+```
+ sudo dnf copr enable xvitaly/purple-skypeweb
+```
+Now you can install packages:
+```
+ sudo dnf install purple-skypeweb pidgin-skypeweb
+```
Compiling
---------