mirror of https://github.com/krallin/tini.git
Merge pull request #39 from rprieto/patch-1
Update README to point to Alpine CDN repository
This commit is contained in:
commit
90a9494622
|
@ -75,7 +75,7 @@ your package manager):
|
||||||
On Alpine Linux, you can use the following command to install Tini (currently
|
On Alpine Linux, you can use the following command to install Tini (currently
|
||||||
available in `edge`):
|
available in `edge`):
|
||||||
|
|
||||||
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini
|
apk add --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ tini
|
||||||
|
|
||||||
|
|
||||||
### NixOS ###
|
### NixOS ###
|
||||||
|
|
Loading…
Reference in New Issue