Add installation instructions for openSUSE Tumbleweed

[?]
Dec 6, 2020, 9:43 PM
LLS53CR2F52AAKLLF2RVVNMVR2ZLXNM5IR4G6Q6U3FOELPSPHMVAC

Dependencies

Change contents

  • edit in src/installing.md at line 29
    [2.111]
    [2.111]
    On openSUSE Tumbleweed, type:
  • edit in src/installing.md at line 32
    [2.112]
    [2.112]
    ```
    sudo zypper in clang-devel libopenssl-devel libsodium-devel libzstd-devel pkgconfig xxhash-devel
    ```
  • edit in src/installing.md at line 91
    [2.506]
    [4.308895]
    ### openSUSE
    The stable version (0.12.2) is available in openSUSE Leap 15.2 and openSUSE
    Tumbleweed repositories:
  • edit in src/installing.md at line 97
    [4.308896]
    [4.308896]
    ```
    sudo zypper install pijul
    ```
    If you are interested in the development version (`1.0.0-alpha.X`), you can find
    [a package](https://build.opensuse.org/package/show/devel:tools:scm/pijul) for
    openSUSE Tumbleweed in the openSUSE Build Service:
    ```
    sudo zypper addrepo -f -r https://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Tumbleweed/devel:tools:scm.repo
    sudo zypper install --allow-vendor-change pijul
    ```
    Use the development version at your own risk. As soon as Pijul 1.0.0 is
    published, the package will be updated and submitted to openSUSE Tumbleweed.