mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
docs: fix build/curl instructions (#998)
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:
@@ -66,7 +66,7 @@ sudo make install
|
||||
Vous pouvez maintenant compilez FrankenPHP :
|
||||
|
||||
```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
|
||||
CGO_CFLAGS=$(php-config --includes) CGO_LDFLAGS="$(php-config --ldflags) $(php-config --libs)" go build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user