Skip to content

Commit e9d8acd

Browse files
committed
📖 Document releases and installation
1 parent 2d91d9f commit e9d8acd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
This is the [PHP 5][php] language runtime engine as an Alpine Linux package. It includes a patch for a [NaN bug][php-nan-bug] with [musl libc][musl].
66

7+
## Releases
8+
9+
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5/releases) for the latest
10+
download links.
11+
12+
## Installing
13+
14+
The current installation method for these packages is to pull them in using
15+
`wget` or `curl` and install the local file with `apk`:
16+
17+
apk --no-cache add ca-certificates wget
18+
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
19+
wget https://github.com/sgerrand/alpine-pkg-php5/releases/download/5.6.36-r1/php5-5.6.36-r1.apk
20+
apk add --no-cache php5-5.6.36-r1.apk
21+
722
[musl]: http://www.musl-libc.org/
823
[php-nan-bug]: https://bugs.php.net/bug.php?id=73954
924
[php]: https://php.net

0 commit comments

Comments
 (0)