From 96f30bc8befd6c76ad162e91e772e75c2706b2c3 Mon Sep 17 00:00:00 2001 From: bmate711 <bmate711@sch.bme.hu> Date: Wed, 24 Apr 2019 19:14:45 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 218ce32..da75073 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -python3 -m venv venv -source venv/bin/activate -pip3 install -r requirements.txt -flask run --host 0.0.0.0 +- python3 -m venv venv +- source venv/bin/activate +- pip3 install -r requirements.txt +- flask run --host 0.0.0.0 -- GitLab