From 22903d2dd3241cec107c6125455eded41eb31211 Mon Sep 17 00:00:00 2001 From: Oleh Luchkiv Date: Wed, 4 Jun 2025 20:28:29 -0500 Subject: [PATCH] Readme.md: fixed steps to run the project --- front_end/panels/ai_chat/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/front_end/panels/ai_chat/Readme.md b/front_end/panels/ai_chat/Readme.md index ea440d7543..108f6f7e93 100644 --- a/front_end/panels/ai_chat/Readme.md +++ b/front_end/panels/ai_chat/Readme.md @@ -26,6 +26,7 @@ npm run build 3. Update the code to this fork implementation ```sh git remote add upstream git@github.com:tysonthomas9/browser-operator-devtools-frontend.git +git fetch upstream git checkout upstream/main ```