Commit:    a4fa4b54b4f106940f57c6fe530411fdff821d7e
Author:    Peter Kokot <peterko...@gmail.com>         Thu, 18 Oct 2018 21:26:02 
+0200
Parents:   4d13d32f605b753f533e18015492919646b67386
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=a4fa4b54b4f106940f57c6fe530411fdff821d7e

Log:
Add initial README

Changed paths:
  A  README.md


Diff:
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bf5738b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# PHP People
+
+This site is hosted online at [people.php.net](https://people.php.net)
+
+## Local installation
+
+```bash
+git clone git://git.php.net/web/people.git people
+cd people
+git clone git://git.php.net/web/shared.git shared
+php -S localhost:8080
+```


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to