From d5d6e0ee946e56948c96249c40e199d73e7e3f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20B=C3=BCrger?= Date: Fri, 5 Feb 2016 21:42:12 +0100 Subject: [PATCH] Moved alpine package to community repository --- README.md | 4 ++-- tpl/README.md.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa95080..6e1fc62 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ your package manager): ### Alpine Linux Package ### On Alpine Linux, you can use the following command to install Tini (currently -available as a `testing` package): +available in `edge`): - apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini + apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini ### NixOS ### diff --git a/tpl/README.md.in b/tpl/README.md.in index 58c11a1..a9d634b 100644 --- a/tpl/README.md.in +++ b/tpl/README.md.in @@ -73,9 +73,9 @@ your package manager): ### Alpine Linux Package ### On Alpine Linux, you can use the following command to install Tini (currently -available as a `testing` package): +available in `edge`): - apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini + apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini ### NixOS ###