Merge pull request #229 from ddclient/repology-badge

Add repology.org to readme
This commit is contained in:
Richard Hansen 2020-07-10 11:55:41 -04:00 committed by GitHub
commit d0fe90ea2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,17 @@ See https://github.com/ddclient/ddclient/releases
## INSTALLATION ## INSTALLATION
### Distribution Package
<a href="https://repology.org/project/ddclient/versions">
<img src="https://repology.org/badge/vertical-allrepos/ddclient.svg" alt="Packaging status" align="right">
</a>
The easiest way to install ddclient is to install a package offered by your
operating system. See the image to the right for a list of distributions with a
ddclient package.
### Manual Installation
1. Extract the distribution tarball (`.tar.gz` file) and `cd` into 1. Extract the distribution tarball (`.tar.gz` file) and `cd` into
the directory: the directory:
@ -86,7 +97,7 @@ See https://github.com/ddclient/ddclient/releases
3. Edit `/etc/ddclient/ddclient.conf`. 3. Edit `/etc/ddclient/ddclient.conf`.
### systemd #### systemd
cp sample-etc_systemd.service /etc/systemd/system/ddclient.service cp sample-etc_systemd.service /etc/systemd/system/ddclient.service
@ -98,7 +109,7 @@ start the first time by hand
systemctl start ddclient.service systemctl start ddclient.service
### Redhat style rc files and daemon-mode #### Redhat style rc files and daemon-mode
cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient
@ -110,7 +121,7 @@ start the first time by hand
/etc/rc.d/init.d/ddclient start /etc/rc.d/init.d/ddclient start
### Alpine style rc files and daemon-mode #### Alpine style rc files and daemon-mode
cp sample-etc_rc.d_init.d_ddclient.alpine /etc/init.d/ddclient cp sample-etc_rc.d_init.d_ddclient.alpine /etc/init.d/ddclient
@ -126,7 +137,7 @@ start the first time by hand
rc-service ddclient start rc-service ddclient start
### Ubuntu style rc files and daemon-mode #### Ubuntu style rc files and daemon-mode
cp sample-etc_rc.d_init.d_ddclient.ubuntu /etc/init.d/ddclient cp sample-etc_rc.d_init.d_ddclient.ubuntu /etc/init.d/ddclient
@ -150,7 +161,7 @@ start the first time by hand
service ddclient start service ddclient start
### FreeBSD style rc files and daemon mode #### FreeBSD style rc files and daemon mode
mkdir -p /usr/local/etc/rc.d mkdir -p /usr/local/etc/rc.d
cp sample-etc_rc.d_ddclient.freebsd /usr/local/etc/rc.d/ddclient cp sample-etc_rc.d_ddclient.freebsd /usr/local/etc/rc.d/ddclient