chore: update README development instruction
This commit is contained in:
parent
b206330877
commit
17546197a1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ See it [in action](https://ayco.io/threads).
|
||||||
|
|
||||||
3. To start development, run the following:
|
3. To start development, run the following:
|
||||||
```bash
|
```bash
|
||||||
(.venv)$ flask --app app.py --debug run
|
(.venv)$ flask --debug run
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: On a Mac, the default port 5000 is used by AirDrop & Handoff; you may have to turn those off
|
> Note: On a Mac, the default port 5000 is used by AirDrop & Handoff; you may have to turn those off
|
||||||
|
|
Loading…
Reference in a new issue