smol fixes

This commit is contained in:
OniriCorpe
2024-03-07 00:33:28 +01:00
committed by OniriCorpe
parent 2641d3fd80
commit f8bcf77a79
3 changed files with 19 additions and 14 deletions

View File

@ -1,23 +1,23 @@
# Auto-README generation
### Initial install
## Initial install
```
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
### Use on a single app
## Use on a single app
```
```bash
source venv/bin/activate
./make_readme.py /path/to/app
```
Then the README.md in the app folder will be updated
### Launch webhook service for auto update
## Launch webhook service for auto update
Configure the webhook on github