diff --git a/docs/fr/compile.md b/docs/fr/compile.md index a163068..919456f 100644 --- a/docs/fr/compile.md +++ b/docs/fr/compile.md @@ -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 ```