[ci skip] Update Alpine instructions

new-alpine-instructions
Thomas Orozco 8 years ago
parent 90a9494622
commit a61a036c6e
  1. 6
      README.md
  2. 6
      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-cdn.alpinelinux.org/alpine/edge/community/ tini
apk add --update tini
# Tini is now available at /sbin/tini
### NixOS ###

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

Loading…
Cancel
Save