diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-14 10:45:37 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-14 10:51:25 +0200 |
| commit | d9010ed27b4c0265cc6040962ecc15b952373211 (patch) | |
| tree | b9e4d7416c3a8af690c3d3f969a4265f3a35a039 | |
| parent | 6a1f04e3a4030898e75d9364daa8c84933fe7b66 (diff) | |
| download | soria-d9010ed27b4c0265cc6040962ecc15b952373211.tar.gz soria-d9010ed27b4c0265cc6040962ecc15b952373211.zip | |
Refined install instructions for openSUSE
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ``` |
