RPM Registry: Show zypper commands for SUSE based distros as well (#25981)
After RPM is supported with https://github.com/go-gitea/gitea/pull/23380 let's show the user how to add the repo and install the RPM via all common package managers. --------- Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
parent
af22f33a93
commit
2e128dd1fc
6 changed files with 17 additions and 7 deletions
|
@ -3328,6 +3328,8 @@ pub.install = To install the package using Dart, run the following command:
|
|||
pypi.requires = Requires Python
|
||||
pypi.install = To install the package using pip, run the following command:
|
||||
rpm.registry = Setup this registry from the command line:
|
||||
rpm.distros.redhat = on RedHat based distributions
|
||||
rpm.distros.suse = on SUSE based distributions
|
||||
rpm.install = To install the package, run the following command:
|
||||
rubygems.install = To install the package using gem, run the following command:
|
||||
rubygems.install2 = or add it to the Gemfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue