From c34d2864aa08e72f55b16da749620c380c063829 Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Tue, 18 Aug 2026 12:48:55 +0200 Subject: [PATCH] update installation instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0971538..c41c7c4 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ To make the extension available in your VS Code without packaging it as a VSIX: ```powershell # PowerShell - New-Item -ItemType Junction -Path "$env:USERPROFILE\.vscode\extensions\eftl-language" -Value "D:\__Git\vscode-eftl-language" + New-Item -ItemType Junction -Path "$env:USERPROFILE\.vscode\extensions\eftl-language" -Value "$(pwd)" ``` *Note: Replace the value path with the actual absolute path to your project folder if it differs.*