From cdec6519e9c266ffc9f544832dd7e4e362640b4a Mon Sep 17 00:00:00 2001 From: John Pan Date: Fri, 11 Oct 2024 12:06:21 -0700 Subject: [PATCH] Update CONTRIBUTING.md update packaging info --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe6ce6355939a..7365551e39dad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,7 +176,7 @@ This will generate the new PearAI app and takes around 1 hour. ### Step 3: Integrate the Extension -1. Copy the generated pearai.pearai-1.x.x folder to the `extensions` folder of the packaged PearAI App (right click on packaged app -> Show Package Contents). +1. Copy the generated `pearai.pearai-1.x.x` folder to the `extensions` folder of the packaged PearAI App (right click on packaged app -> Show Package Contents). 2. Delete any existing `pearai-submodule` folder in the `extensions/` folder of the packaged PearAI app. 3. Double-click your overall PearAI app, and the extension should be built-in. - On MacOS for example (Using VScode for .vsix installation)