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

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Scurtu <scurtu@mail.de>2016-09-28 10:41:28 +0300
committerGitHub <noreply@github.com>2016-09-28 10:41:28 +0300
commit8ea690f0aa3ae6da85d71b24004d4286812ed818 (patch)
tree1a813a440085df39175ff726c5b8601880c990bd /README.md
parenta1086409e6c65e44b822f21b8d74ff6b48908e60 (diff)
added opensuse
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95541201..343f13a4 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,12 @@ For translators : https://www.transifex.com/dev-feedreader/feedreader
<pre>
sudo eopkg install feedreader
</pre>
+ - openSUSE Tumbleweed : <br/>
+ <pre>
+ sudo zypper ar -r http://download.opensuse.org/repositories/home:/scujas/openSUSE_Tumbleweed/home:scujas.repo
+ sudo zypper refresh
+ sudo zypper install feedreader
+ </pre>
### How to build the latest version
```