File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,13 @@ Download and install manually from the GitHub releases page:
139139
1401401. Visit the [Releases page](https://github.com/SameerJS6/zed-cli-win-unofficial/releases).
1411412. Download the `windows-x86_64.zip` asset.
142- 3. Extract to a folder of your choosing (default: `%LOCALAPPDATA%\\ zed-cli-win-unofficial`).
142+ 3. Extract to a folder of your choosing (default: `%LOCALAPPDATA%\zed-cli-win-unofficial`).
1431434. Update your user `PATH` to include that folder (choose one method below):
144144
145145<details><summary>PowerShell (CLI)</summary>
146146
147147```powershell
148- $path = "$env:LOCALAPPDATA\\ zed-cli-win-unofficial"
148+ $path = "$env:LOCALAPPDATA\zed-cli-win-unofficial"
149149[Environment]::SetEnvironmentVariable('PATH', $env:PATH + ';' + $path, 'User')
150150```
151151
@@ -154,10 +154,10 @@ $path = "$env:LOCALAPPDATA\\zed-cli-win-unofficial"
154154<details ><summary >GUI</summary >
155155
156156- Press Win, type "Environment Variables", and open "Edit user environment variables".
157+ - Go ` Advanced ` tab and click on ` Environment Variables ` , now a pop up will appear.
157158- Under "User variables", select "Path" → click "Edit" → click "New".
158- - Paste ` %LOCALAPPDATA%\\ zed-cli-win-unofficial ` and click "OK" on all dialogs.
159+ - Paste ` %LOCALAPPDATA%\zed-cli-win-unofficial ` and click "OK" on all dialogs.
159160
160- > [ !TIP]
161161> If you have PowerToys installed, you can use the PowerToys _ Environment Variables_ tool to manage your variables more easily.
162162
163163</details >
You can’t perform that action at this time.
0 commit comments