Fix formatting of README.md
This commit is contained in:
parent
4309225185
commit
3fcdaa2b10
@ -12,12 +12,13 @@ imgupload is a Flask + uWSGI application to serve as an all-purpose image/file u
|
|||||||
5. Install dependencies: `python3 -m pip install -r requirements.txt`
|
5. Install dependencies: `python3 -m pip install -r requirements.txt`
|
||||||
6. Run the Flask app
|
6. Run the Flask app
|
||||||
|
|
||||||
### Running the Flask app
|
## Running the Flask app
|
||||||
## Using uWSGI
|
### Using uWSGI
|
||||||
[https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html](https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html)
|
[https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html](https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html)
|
||||||
|
|
||||||
Instructions specific to imgupload are coming soon
|
Instructions specific to imgupload are coming soon
|
||||||
|
|
||||||
## Using Flask development server
|
### Using Flask development server
|
||||||
```shell
|
```shell
|
||||||
$ source env/bin/activate # if you haven't already entered the virtualenv
|
$ source env/bin/activate # if you haven't already entered the virtualenv
|
||||||
$ export FLASK_APP=imgupload.py
|
$ export FLASK_APP=imgupload.py
|
||||||
|
Reference in New Issue
Block a user