Commit: 8e9616843c8a5faa2cc98436f6cd25010c236e02 Author: Peter Kokot <peterko...@gmail.com> Fri, 19 Oct 2018 08:27:21 +0200 Parents: c3e1097e314c7490c9a466f4226cfab844854902 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=8e9616843c8a5faa2cc98436f6cd25010c236e02 Log: Add note about config.php file in the installaion instructions Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 55e60b5..4917c93 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ Please clone that repo into this websites root directory. git clone git://git.php.net/web/qa.git qa cd qa git clone git://git.php.net/web/shared.git shared +cp pulls/config.php.in pulls/config.php php -S localhost:8080 ```