Skip to content

Commit bdeb3a4

Browse files
committed
Updated README.md
1 parent c5c5e16 commit bdeb3a4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ Notice that `nop.ignore_functions` is a comma-separated list of functions that y
1717

1818
## Development
1919

20-
```
21-
# Run inside docker container
20+
Spin up a Docker container:
21+
22+
```shell
2223
docker run -v `pwd`:/usr/src -w /usr/src --rm -it php:8.3-cli-alpine sh
24+
```
25+
26+
Inside the container, run the following commands:
2327

28+
```shell
2429
# Install build dependencies and build the extension
2530
apk --update add php83-dev make g++
2631
phpize && ./configure && make && make install

0 commit comments

Comments
 (0)