add readme
This commit is contained in:
parent
49946be4e0
commit
8d0aea24a7
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Errsy
|
||||||
|
|
||||||
|
## Pré-requis
|
||||||
|
|
||||||
|
- clang-format
|
||||||
|
> Arch : `sudo pacman -S clang`
|
||||||
|
- python
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ python3 main.py {file}
|
||||||
|
```
|
Reference in a new issue