Skip to content

Commit

Permalink
Add openSUSE install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Nov 20, 2020
1 parent db7aeb7 commit 548329d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,16 @@ $ sudo add-apt-repository ppa:regolith-linux/stable
$ sudo apt install remontoire
```

### openSUSE

Remontoire is available from the X11:Utilities devel project:

```
$ sudo zypper ar -f obs://X11:Utilities X11Utilities
$ sudo zypper ref
$ sudo zypper in remontoire
```

## Build from Source

Meson, Vala and Gtk+ libraries are required to build. After downloading sources, from within the project root, execute the following:
Expand Down

0 comments on commit 548329d

Please sign in to comment.