Skip to content

Commit 607c9f2

Browse files
committed
Update README
1 parent 1cc1338 commit 607c9f2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,22 @@ Or install it yourself as:
1919

2020
## Usage
2121

22-
TODO: Write usage instructions here
22+
Initialize
23+
24+
```bash
25+
matrixeval init
26+
```
27+
28+
Customize `matrixeval.yml` file and run commands like:
29+
30+
```bash
31+
matrixeval --all bundle install
32+
matrixeval --all rspec
33+
matrixeval --ruby 3.0 rspec a_spec.rb
34+
matrixeval --ruby 3.1 --rails 7.0 rake test
35+
matrixeval bash
36+
```
37+
Run `matrixeval --help` for more details
2338

2439
## Development
2540

0 commit comments

Comments
 (0)