From 52e592b08e62e938be62c7676d92e33e6c52d5f4 Mon Sep 17 00:00:00 2001 From: Davide De Tommaso Date: Tue, 18 Jul 2023 16:55:42 +0200 Subject: [PATCH] Mod README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9446199..052f92e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,10 @@ # pyicub-frontend -## How to build +## How to build (Visual Studio Code) ``` git clone https://github.com/s4hri/pyicub-frontend cd pyicub-frontend -docker-compose build +code . ``` -## How to run - -``` -cd pyicub-frontend -docker-compose up -```