diff --git a/README.md b/README.md
index 35cd3cce673420287db77f4ef2ac200b471fddc8..5cd64406409d795194bccd3bcb3d2cb497c31e0f 100644
--- a/README.md
+++ b/README.md
@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D
 ### Local run 
 #### Install npm 
 For that, we have to install Node.js from https://nodejs.org/en/download/package-manager
-
-##### Install yarn
-
+Close Terminal and open again
+check installation with: 
+  node -v
+  npm -v
+Close VSC and open it again
+#### Install yarn
 npm install --global yarn
 
-
+#### Navigate to folder and install dependencies
 cd bielefeld-cebitec
 yarn install
 
+#### Run 
+yarn run dev
+