Commit: fe87086be4b01c8371c36a7448e6b97709a4efa6 Author: Anatol Belski <[email protected]> Mon, 28 Nov 2016 15:53:36 +0100 Parents: 70640ce3a66e437f9dfb6e5593178c634ea06454 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=fe87086be4b01c8371c36a7448e6b97709a4efa6 Log: add README.md Changed paths: A README.md Diff: diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf7bb77 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# PHP RMTOOLS + +Tools PHP release and snapshot build automation + +# License + +The PHP RMTOOLS itself is licensed under the BSD 2-Clause license. With the usage of the other tools, you accept the respective licenses. + +# Overview + + + +# Requirements + +- [PHP-SDK](https://github.com/OSTC/php-sdk-binary-tools) + + +# Usage + +NOTE: All the paths in the usage exampled are on drive C: for simplicity. Locations of PHP SDK and RMTOOLS are customizable and are not bound to a firm path on the system. + + +- install [Git](https://git-scm.com/) +- md c:\php-snap-build && cd c:\php-snap-build +- git clone https://github.com/OSTC/php-sdk-binary-tools.git php-sdk +- git clone https://github.com/OSTC/web-rmtools.git rmtools -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
