lolcat 3 недель назад
Родитель
Сommit
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
+```