diff options
| author | lolcat <will@lolcat.ca> | 2026-07-05 18:40:43 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-07-05 18:40:43 -0400 |
| commit | c1e9d527754b090c347f7af946eb338770ae581f (patch) | |
| tree | 18899b6fe037b8dcc57a3a2dffb0e57ce82486db /docs | |
| parent | 46411a6c83bb387b6c89d791a5225383a996960f (diff) | |
notes for me
Diffstat (limited to 'docs')
| -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 +``` |
