aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-14 10:45:37 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-14 10:51:25 +0200
commitd9010ed27b4c0265cc6040962ecc15b952373211 (patch)
treeb9e4d7416c3a8af690c3d3f969a4265f3a35a039
parent6a1f04e3a4030898e75d9364daa8c84933fe7b66 (diff)
downloadsoria-d9010ed27b4c0265cc6040962ecc15b952373211.tar.gz
soria-d9010ed27b4c0265cc6040962ecc15b952373211.zip
Refined install instructions for openSUSE
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a631bf..a4287a1 100644
--- a/README.md
+++ b/README.md
@@ -78,9 +78,12 @@ running the following lisp code:
I have also created a package inside of [my personal OBS
project](https://build.opensuse.org/package/show/home:mssola/soria-theme). You
-can add that repository and then perform:
+can add the repository for your openSUSE distribution and install it like so:
```
+# This is the openSUSE Leap 15.1 repository. Check my home project for more openSUSE distributions.
+$ sudo zypper ar https://download.opensuse.org/repositories/home:/mssola/openSUSE_Leap_15.1/ home:mssola
+$ sudo zypper ref home:mssola
$ sudo zypper install soria-theme
```