From cd6ca689675e21bef6235325a06836f938759e8c Mon Sep 17 00:00:00 2001 From: Gabriel Grinberg Date: Wed, 29 May 2024 20:11:23 +0300 Subject: [PATCH] Update CONTRIBUTING.md - remove need to clone flyde-extension --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a78941b8e..9d12f49ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,6 @@ Small pull requests are much easier to review and more likely to get merged. 1. Ensure you have [pnpm](https://pnpm.io/installation) installed. After cloning the repository, run `pnpm install`. 2. Ensure you have [VSCode](https://code.visualstudio.com/) installed. 3. Ensure you have enabled the `code` command in your PATH. You can do this by opening the Command Palette (Ctrl+Shift+P) and searching for "Shell Command: Install 'code' command in PATH". -4. Clone https://github.com/flydelabs/flyde-vscode and make sure it is next to the `flyde` repository. For example, if you cloned `flyde` in `~/projects/flyde`, clone `flyde-vscode` in `~/projects/flyde-vscode`. This is a temporary hack until https://github.com/flydelabs/flyde-vscode/issues/10 is done. ### Running Locally