[+] Mentioning parameters

This commit is contained in:
charleslemaux 2024-09-10 19:13:29 +02:00 committed by GitHub
parent 65e36ba9d9
commit 72b48c960b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,8 +43,10 @@ pip install -r requirements.txt
#### Launch !
```bash
gunicorn -w 4 -b 0.0.0.0:3000 app:app
```
//You may also mention parameters like this.
*you also may be tempted to use parameters*
```bash
gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20
```