Skip to content

Commit be9bf50

Browse files
author
Six
committed
Added install instructions.
1 parent 772244e commit be9bf50

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ Simple PHP 8.3+ [generators][] to create:
1010

1111
---
1212

13-
#### Usage
13+
## Installation
14+
15+
Install via Composer:
16+
17+
```bash
18+
composer require blibio/combinatorics
19+
```
20+
21+
## Usage
1422

1523
To use the generators, simply create the kind of object you need, and iterate. E.g.:
1624

0 commit comments

Comments
 (0)