From ba1be5199b89884ab598a0eff5c3ebefdf2d5919 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Wed, 27 May 2020 12:51:17 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e89785..13c6697 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You have to specify the filetype by extension. ### PIP/Python -- `git clone https://github.com/tiyn/flaskblog` +- `git clone https://github.com/tiyn/tiyny-blog` - `cd flaskblog/src` - `pip3install -r requirements.txt` - install depenencies - run `python app.py` @@ -63,4 +63,4 @@ Set the following ports with the -p tag. #### Example run-command -`docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/flaskblog` +`docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/tiyny-blog`