Skip to content

Commit 8f5cdba

Browse files
committed
fix(README.md): install instructions
1 parent 2642856 commit 8f5cdba

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ if (-not (Test-Path -Path $installDir)) {
3434
}
3535
3636
# Download the latest panka.exe
37-
$url = "[https://github.com/bulga138/panka/releases/latest/download/panka.exe](https://github.com/bulga138/panka/releases/latest/download/panka.exe)"
37+
$url = "https://github.com/bulga138/panka/releases/latest/download/panka.exe"
3838
$output = "$installDir\panka.exe"
3939
4040
# Use wget (alias for Invoke-WebRequest) to download the file
41-
wget -Uri $url -OutFile $output
41+
Invoke-WebRequest -Uri $url -OutFile $output
4242
```
4343

4444
### 2. Add to PATH
@@ -119,11 +119,11 @@ enableLogger = false
119119
|Action|Key
120120
|---|----|
121121
|**Save File**|`Ctrl` + `S`||
122-
|**Save As**|`Ctrl` + `E`
123-
|**Quit**|`Ctrl` + `Q`
124-
|**Undo**|`Ctrl` + `U`
125-
|**Redo**|`Ctrl` + `Y`
126-
|**Toggle Line Numbers**|`Ctrl` + L
122+
|**Save As**|`Ctrl` + `E`||
123+
|**Quit**|`Ctrl` + `Q`||
124+
|**Undo**|`Ctrl` + `U`||
125+
|**Redo**|`Ctrl` + `Y`||
126+
|**Toggle Line Numbers**|`Ctrl` + `L`||
127127
|**Toggle Non-Printables**|`Ctrl` + `O`||
128128

129129

@@ -175,4 +175,4 @@ Use these keys to create a vertical block of cursors for simultaneous editing.
175175

176176
## License
177177

178-
This project is licensed under the MIT License.
178+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)