Update README.md
This commit is contained in:
parent
8462925a35
commit
235c5e4b6d
|
@ -36,7 +36,7 @@ Voila!!!
|
||||||
That is your custom app skeleton structure built on top of `proxy.py`. Now copy the `app` directory
|
That is your custom app skeleton structure built on top of `proxy.py`. Now copy the `app` directory
|
||||||
outside of `proxy.py` repo and create your own git repo. Customize the `app` for your project needs
|
outside of `proxy.py` repo and create your own git repo. Customize the `app` for your project needs
|
||||||
|
|
||||||
## Run in detached (backgound) mode
|
## Run in detached (background) mode
|
||||||
|
|
||||||
1. For one-off use cases, you can directly use the following command to start the app in background:
|
1. For one-off use cases, you can directly use the following command to start the app in background:
|
||||||
`python -m app 2>&1 &`
|
`python -m app 2>&1 &`
|
||||||
|
|
Loading…
Reference in New Issue