This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/README.md
2023-06-01 12:54:44 +02:00

24 lines
269 B
Markdown

# Errsy
GUI pour `clang-format`
## Pré-requis
- clang-format
> Arch : `sudo pacman -S clang`
- python 3.9 minimum
## Usage
```shell
$ python3 main.py
```
---
Pour le développement :
```shell
$ pip install -r requirements.txt
$ cp githooks/* .git/hooks/
```