From a71ac4c44d781c020ca31cfa52a0a97a4eebd914 Mon Sep 17 00:00:00 2001 From: Francesco Stasi Date: Fri, 21 Jan 2022 10:47:12 +0100 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 820adb75..a19d8ef7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -58,7 +58,7 @@ Once you have all the tools installed, you can build the editor following these 3. Rebuild the electron dependencies ```sh cd electron-app - yarn rebuild:electron + yarn theia rebuild:electron cd .. ```