mirror of
https://github.com/dunglas/frankenphp
synced 2024-11-23 16:51:22 +00:00
docs: fix build/curl instructions (#998)
Some checks are pending
Lint Code Base / Lint Code Base (push) Waiting to run
Some checks are pending
Lint Code Base / Lint Code Base (push) Waiting to run
The `z` was missing and there was an error after download: ``` tar: Archive is compressed. Use -z option tar: Error is not recoverable: exiting now ```
This commit is contained in:
parent
27ca1ae4f7
commit
d12551762f
@ -66,7 +66,7 @@ sudo make install
|
|||||||
Vous pouvez maintenant compilez FrankenPHP :
|
Vous pouvez maintenant compilez FrankenPHP :
|
||||||
|
|
||||||
```console
|
```console
|
||||||
curl -L https://github.com/dunglas/frankenphp/archive/refs/heads/main.tar.gz | tar x
|
curl -L https://github.com/dunglas/frankenphp/archive/refs/heads/main.tar.gz | tar xz
|
||||||
cd frankenphp-main/caddy/frankenphp
|
cd frankenphp-main/caddy/frankenphp
|
||||||
CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" go build
|
CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" go build
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user