3162: Add installation info for binary. r=def- a=b3z

## Summary

Add installation info for binary. How to install from repositories and link to steam.

Documentation change only.


Co-authored-by: b3z <b3z@zeppel.eu>
This commit is contained in:
bors[bot] 2020-10-21 12:44:53 +00:00 committed by GitHub
commit ffd1f40cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Our own flavor of DDRace, a Teeworlds mod. See the [website](https://ddnet.tw) f
Development discussions happen on #ddnet on Quakenet ([Webchat](http://webchat.quakenet.org/?channels=ddnet&uio=d4)) or on [Discord in the developer channel](https://discord.gg/xsEd9xu).
You can get binary releases on the [DDNet website](https://ddnet.tw/downloads/).
You can get binary releases on the [DDNet website](https://ddnet.tw/downloads/), find it on [Steam](https://store.steampowered.com/app/412220/DDraceNetwork/) or [install from repository](#installation-from-repository).
Cloning
-------
@ -168,7 +168,36 @@ $ make -j8
$ ./DDNet-Server -f mine.cfg
```
Repository status
=================
<a href="https://repology.org/metapackage/ddnet/versions">
<img src="https://repology.org/badge/vertical-allrepos/ddnet.svg?header=" alt="Packaging status" align="right">
</a>
Installation from Repository
-----------------
Debian/Ubuntu
```bash
$ apt-get install ddnet
```
MacOS
```bash
$ brew cask install ddnet
```
Fedora
```bash
$ dnf install ddnet
```
Arch Linux
```bash
$ yay -S ddnet
```
[![Repository status](https://repology.org/badge/vertical-allrepos/ddnet.svg?header=)](https://repology.org/metapackage/ddnet/versions)