From d5d3961368e12a811b16371c7fbd14ae13995286 Mon Sep 17 00:00:00 2001 From: chae Date: Sun, 11 Dec 2022 21:37:52 +0100 Subject: [PATCH] added more --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2a0e07..3198c5b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # Flask -Flask is a - - - - (2 sentences) +Flask is a web framework. This means flask provides you with tools, libraries and technologies that allow you to build a web application. This web application can be some web pages, a blog, a wiki or go as big as a web-based calendar application or a commercial website. (https://pymbook.readthedocs.io/en/latest/flask.html) ## SET UP -Open the terminal! Don't be afraid! +Open the terminal! Don't be afraid! If I(we) can do it, you can do it too. -Clone this repository (aka repo) +Clone this repository (aka 'repo') `git clone https://git.xpub.nl/manetta/flask-example.git` -then navigate to the folder +then navigate to the folder. +__NOTE:__For more info how to navigate in the terminal [shell_cheat_sheet] (https://pzwiki.wdka.nl/mediadesign/Shell_Cheat_Sheet) `cd flask-example`