Migrate to openSUSE Build System

This commit is contained in:
Tim Byrne 2019-11-04 18:05:56 -06:00
parent 392a66829a
commit 0f746ff7b1
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 12 additions and 5 deletions

View File

@ -6,15 +6,18 @@ permalink: /docs/install
## OSX
yadm can be installed using [Homebrew](https://github.com/Homebrew/homebrew).
yadm can be installed using [Homebrew][homebrew].
```
brew install yadm
```
## Fedora/Red Hat/CentOS (YUM/RPM)
## RPM Based Installations
Several yum repositories are on Copr. Follow this link for [repositories and installation instructions](https://copr.fedorainfracloud.org/coprs/thelocehiliosan/yadm/).
For RPM based systems like Fedora, Red Hat, CentOS, openSUSE, etc, there are
repositories hosted by openSUSE Build Service.
Follow this link for [repositories and installation instructions][OBS].
## Ubuntu/Debian
@ -107,5 +110,9 @@ yadm commit
Again, adjust the file paths above to be appropriate for your `$PATH` and
situation.
You can find more information about Git submodules by reading the [git-submodule](https://git-scm.com/docs/git-submodule)
man page.
You can find more information about Git submodules by reading the
[git-submodule][git-submodule] man page.
[OBS]: https://software.opensuse.org//download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
[git-submodule]: https://git-scm.com/docs/git-submodule
[homebrew]: https://github.com/Homebrew/homebrew