Author: Shivam Mathur (shivammathur)
Date: 2024-11-25T05:49:33+05:30

Commit: 
https://github.com/php/web-downloads/commit/ba918b72479016833283281f3a299d46966298c7
Raw diff: 
https://github.com/php/web-downloads/commit/ba918b72479016833283281f3a299d46966298c7.diff

Update README

Changed paths:
  M  README.md


Diff:

diff --git a/README.md b/README.md
index 3d2cf3c..3759063 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,16 @@
 # Web Downloads
 
-This project is a collection of scripts to handle downloading builds to the 
downloads.php.net server
+This project handles downloading builds to the downloads.php.net server.
 
-## Set up
+It supports the following type of builds:
+
+- PHP
+- PECL extensions
+- Winlibs libraries
+
+It also has commands to process the downloaded files and update the relevant 
configuration files.
+
+## Apache configuration
 
 - Set up a virtual host in Apache to point to the `public` directory as the 
`DocumentRoot`.
 
@@ -23,6 +31,11 @@ This project is a collection of scripts to handle 
downloading builds to the down
 </Directory>
 ```
 
+## Code requirements
+
+Code must function on a vanilla PHP 8.2 installation.
+Please keep this in mind before filing a pull request.
+
 ## License
 
-[MIT](LICENSE)
\ No newline at end of file
+[MIT](LICENSE)

Reply via email to