lolcat vor 3 Wochen
Ursprung
Commit
c1e9d52775
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  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
+```