We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce47fa7 commit 53dd37eCopy full SHA for 53dd37e
README.md
@@ -4,14 +4,12 @@ This site is hosted online at [qa.php.net](https://qa.php.net).
4
5
## Local installation
6
7
-This repo depends on https://git.php.net/?p=web/shared.git;a=summary
8
-
9
Please clone that repo into this websites root directory.
10
11
```bash
12
-git clone git://git.php.net/web/qa.git qa
+git clone git@github.com:php/web-qa.git qa
13
cd qa
14
-git clone git://git.php.net/web/shared.git shared
+git clone git@github.com:php/web-shared.git shared
15
cp pulls/config.php.in pulls/config.php
16
php -S localhost:8080
17
```
0 commit comments