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.*