Ver código fonte

notes for me

lolcat 3 semanas atrás
pai
commit
c1e9d52775
1 arquivos alterados com 7 adições e 0 exclusões
  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
+```