From a61a036c6ee35fa2a15934b3a6e14f3f44b4f15f Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Fri, 3 Jun 2016 19:33:17 +0200 Subject: [PATCH] [ci skip] Update Alpine instructions --- README.md | 6 +++--- tpl/README.md.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4b8411..0bfb922 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,10 @@ your package manager): ### Alpine Linux Package ### -On Alpine Linux, you can use the following command to install Tini (currently -available in `edge`): +On Alpine Linux, you can use the following command to install Tini: - apk add --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ tini + apk add --update tini + # Tini is now available at /sbin/tini ### NixOS ### diff --git a/tpl/README.md.in b/tpl/README.md.in index a9d634b..111ec2e 100644 --- a/tpl/README.md.in +++ b/tpl/README.md.in @@ -72,10 +72,10 @@ your package manager): ### Alpine Linux Package ### -On Alpine Linux, you can use the following command to install Tini (currently -available in `edge`): +On Alpine Linux, you can use the following command to install Tini: - apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini + apk add --update tini + # Tini is now available at /sbin/tini ### NixOS ###