Skip to content

Commit

Permalink
docs: fix build/curl instructions in more languages
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 24, 2024
1 parent d125517 commit 4a85555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cn/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sudo make install
您现在可以使用 Go 库并编译我们的 Caddy 构建:

```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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/tr/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sudo make install
Artık Go kütüphanesini kullanabilir ve Caddy yapımızı derleyebilirsiniz:

```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
```
Expand Down

0 comments on commit 4a85555

Please sign in to comment.