From faf0b9c3cb331330da47277a81ac9f5547822314 Mon Sep 17 00:00:00 2001 From: Mariusz Klochowicz Date: Thu, 14 Oct 2021 11:28:31 +1030 Subject: [PATCH] Update README.md Co-authored-by: Thomas Eizinger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6afca00..85f7661 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ All the components can be started at once by running the following script: ``` Note: Before first run, you need to run `cd frontend; yarn install` command to -ensure that `vite` gets installed. +ensure that all dependencies get installed. The script combines the logs from all binaries inside a single terminal so it might not be ideal for all cases, but it is convenient for quick regression testing.