Skip to content

Commit 8d430f0

Browse files
committed
Added README template for Image_Canvas.
1 parent 83d02b0 commit 8d430f0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
This package is http://pear.php.net/package/Image_Canvas and has been migrated from https://svn.php.net/repository/pear/packages/Image_Canvas
2+
3+
Please report all new issues via the PEAR bug tracker.
4+
5+
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
6+
7+
To test, run either
8+
$ phpunit tests/
9+
or
10+
$ pear run-tests -r
11+
12+
To build, simply
13+
$ pear package
14+
15+
To install from scratch
16+
$ pear install package.xml
17+
18+
To upgrade
19+
$ pear upgrade -f package.xml

0 commit comments

Comments
 (0)