Skip to content

Commit

Permalink
Removes accidental RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj authored and dunglas committed Dec 12, 2023
1 parent e19aa75 commit 6ba9450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you don't want to use Docker, or want to build a macOS binary, use the shell
```console
git clone https://github.com/dunglas/frankenphp
cd frankenphp
RUN EMBED=/path/to/your/app \
EMBED=/path/to/your/app \
PHP_EXTENSIONS=ctype,iconv,pdo_sqlite \
./build-static.sh
```
Expand Down

0 comments on commit 6ba9450

Please sign in to comment.