1
0
Fork 0
mirror of synced 2024-06-16 04:41:09 -04:00

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

View file

@ -6,15 +6,18 @@ permalink: /docs/install
## OSX ## OSX
yadm can be installed using [Homebrew](https://github.com/Homebrew/homebrew). yadm can be installed using [Homebrew][homebrew].
``` ```
brew install yadm 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 ## Ubuntu/Debian
@ -107,5 +110,9 @@ yadm commit
Again, adjust the file paths above to be appropriate for your `$PATH` and Again, adjust the file paths above to be appropriate for your `$PATH` and
situation. situation.
You can find more information about Git submodules by reading the [git-submodule](https://git-scm.com/docs/git-submodule) You can find more information about Git submodules by reading the
man page. [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