Merge pull request #40 from krallin/new-alpine-instructions

[ci skip] Update Alpine instructions
This commit is contained in:
Thomas Orozco 2016-06-03 19:35:40 +02:00
commit 24969266fc
2 changed files with 6 additions and 6 deletions

View File

@ -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 ###

View File

@ -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 ###