Skip to content

Commit d2bddcf

Browse files
committed
Document phar option.
1 parent d0d4b0c commit d2bddcf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ Include this in your composer.json and then run `composer install`:
1010

1111
"mcordingley/linearalgebra": "~0.9.1"
1212

13+
If Composer isn't an option for you,
14+
[download](https://github.com/mcordingley/LinearAlgebra/blob/master/linear-algebra.phar)
15+
`linear-algebra.phar` and include it in your project. PHP will autoload classes
16+
from inside the archive as needed.
17+
1318
## Usage
1419

1520
Start with a `use` statement for the class:
1621

17-
use \mcordingley\LinearAlgebra\Matrix;
22+
use mcordingley\LinearAlgebra\Matrix;
1823

1924
Then, instantiate a new instance of the matrix class like so:
2025

0 commit comments

Comments
 (0)