From 5455e1b65041158a375b811e579b018b9be24634 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Sun, 24 May 2020 17:00:14 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbd1a9..ed43901 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a simple blog based on Pythons Flask framework. -## Usage +## Deployment ### PIP/Python @@ -33,6 +33,8 @@ Set the following ports with the -p tag. `docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/flaskblog` +## Usage + ### Create entries Blog entries are managed by plain html files in the `templates/entry/` directory.