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 ```