Skip to content

Commit 53dd37e

Browse files
saundefinedcmb69
authored andcommitted
Update README.md
Change manual according to the message. https://news-web.php.net/php.internals/113838 Closes GH-33. Signed-off-by: Christoph M. Becker <cmbecker69@gmx.de>
1 parent ce47fa7 commit 53dd37e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ This site is hosted online at [qa.php.net](https://qa.php.net).
44

55
## Local installation
66

7-
This repo depends on https://git.php.net/?p=web/shared.git;a=summary
8-
97
Please clone that repo into this websites root directory.
108

119
```bash
12-
git clone git://git.php.net/web/qa.git qa
10+
git clone git@github.com:php/web-qa.git qa
1311
cd qa
14-
git clone git://git.php.net/web/shared.git shared
12+
git clone git@github.com:php/web-shared.git shared
1513
cp pulls/config.php.in pulls/config.php
1614
php -S localhost:8080
1715
```

0 commit comments

Comments
 (0)