Skip to content

Commit ed8ec17

Browse files
authored
add setup and run tests README.md
1 parent 7187554 commit ed8ec17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@ This program takes two files as arguments, compares them, and outputs the differ
66
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=hexlet-boilerplates_python-package&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=hexlet-boilerplates_python-package)
77
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=hexlet-boilerplates_python-package&metric=coverage)](https://sonarcloud.io/summary/new_code?id=hexlet-boilerplates_python-package)
88

9+
### Setup
10+
```bash
11+
make install
12+
```
13+
14+
15+
### Run tests
16+
```bash
17+
make test
18+
```
19+
920
### Asciinema gendiff of two files
1021
[![asciicast](https://asciinema.org/a/0naRf02Fr7ymDJ0kPU9AUXnbh.svg)](https://asciinema.org/a/0naRf02Fr7ymDJ0kPU9AUXnbh)

0 commit comments

Comments
 (0)