Skip to content

Commit 5916e0a

Browse files
committed
docs: Correct path syntax in readme.md for clarity in installation instructions
1 parent 4a07f21 commit 5916e0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ Download and install manually from the GitHub releases page:
139139
140140
1. Visit the [Releases page](https://github.com/SameerJS6/zed-cli-win-unofficial/releases).
141141
2. 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`).
143143
4. 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>

0 commit comments

Comments
 (0)