update installation instructions in readme

This commit is contained in:
2026-08-18 12:48:55 +02:00
parent d43f6ac434
commit c34d2864aa
+1 -1
View File
@@ -78,7 +78,7 @@ To make the extension available in your VS Code without packaging it as a VSIX:
```powershell ```powershell
# 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.* *Note: Replace the value path with the actual absolute path to your project folder if it differs.*