diff options
| author | lolcat <will@lolcat.ca> | 2026-07-05 18:40:43 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-06 21:32:18 -0700 |
| commit | 7844dabbfc33a7e531b0abeeec418fd3c1c3a6a5 (patch) | |
| tree | 58ef31606363eb1239cff25af788a6f54dfb1066 | |
| parent | d69c3170795b02ec7aca7317a7fe64cd76a9c76b (diff) | |
| -rw-r--r-- | docs/develop.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/develop.md b/docs/develop.md new file mode 100644 index 0000000..95b8517 --- /dev/null +++ b/docs/develop.md @@ -0,0 +1,7 @@ +# Develop + +Start the PHP webserver like this, assuming you have curl-impersonate installed already + +```sh +LD_PRELOAD=/usr/local/lib/libcurl-impersonate-ff.so CURL_IMPERSONATE=ff117 php -S localhost:8000 +``` |
