浏览代码

notes for me

lolcat 3 周之前
父节点
当前提交
c1e9d52775
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/develop.md

+ 7 - 0
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
+```