Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lazToum committed Dec 2, 2024
1 parent c49d4c9 commit a37e32f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ The extension is still a work in progress and is not yet available in the Visual

To build the extension locally, follow the instructions below.

1. Clone the repository
2. Run `yarn install` to install the dependencies
3. Run `yarn build` to build the extension. It should generate waldiez-vscode-x.y.z.vsix in the root directory
1. Make sure you have node.js and yarn installed:
- Node.js: <https://nodejs.org/en/download/>
- Yarn:
- (if needed) `npm install -g corepack`
- `corepack enable` to use `yarn` without installing it globally
- `yarn set version stable` to use the stable version of yarn
2. Clone the repository
3. Run `yarn install` to install the dependencies
4. Run `yarn build` to build the extension. It should generate waldiez-vscode-x.y.z.vsix in the root directory

Install the extension by running `code --install-extension waldiez-vscode-x.y.z.vsix` or:

Expand Down

0 comments on commit a37e32f

Please sign in to comment.