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

25 lines
269 B
Markdown
Raw Normal View History

2023-04-18 18:48:21 +02:00
# Errsy
2023-06-01 12:54:44 +02:00
GUI pour `clang-format`
2023-04-18 18:48:21 +02:00
## Pré-requis
- clang-format
> Arch : `sudo pacman -S clang`
2023-05-29 11:49:07 +02:00
- python 3.9 minimum
2023-04-18 18:48:21 +02:00
## Usage
```shell
2023-06-01 12:54:44 +02:00
$ python3 main.py
2023-04-18 18:48:21 +02:00
```
2023-05-28 18:48:03 +02:00
---
Pour le développement :
```shell
$ pip install -r requirements.txt
2023-05-28 19:17:13 +02:00
$ cp githooks/* .git/hooks/
2023-05-28 18:48:03 +02:00
```