Skip to content

Commit 6ae2a13

Browse files
committed
[Docs] Updated 'pwsh' to 'shell' highlighting
1 parent b884d9a commit 6ae2a13

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/pages/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ And here's one on **KDE Plasma 6**, toggling [WezTerm](https://wezfurlong.org/we
4646
!!! note
4747
The WTQ Scoop package has moved to the Scoop [extras bucket](https://github.com/ScoopInstaller/Extras).
4848

49-
```pwsh
49+
```shell
5050
scoop bucket add extras
5151
scoop install extras/wtq
5252
```
@@ -59,15 +59,15 @@ Start menu entry after installation.
5959
///
6060

6161
Update (just WTQ):
62-
```pwsh
62+
```shell
6363
scoop update wtq
6464
```
6565

6666
#### WinGet
6767

6868
[The Windows package manager.](https://github.com/microsoft/winget-cli)
6969

70-
```pwsh
70+
```shell
7171
winget install windows-terminal-quake
7272
```
7373
You can then call "**wtq**" from the command line.
@@ -80,19 +80,20 @@ Start menu entry after installation.
8080
///
8181

8282
Update (just WTQ):
83-
```pwsh
83+
```shell
8484
winget upgrade windows-terminal-quake
8585
```
8686

8787
!!! note "Where's WTQ Installed?"
8888
You can run
8989

90-
```pwsh
90+
```shell
9191
winget --info
9292
```
9393

9494
To find out where apps are installed:
95-
```
95+
96+
```shell
9697
Windows Package Manager v1.10.340
9798
(...)
9899
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
@@ -112,7 +113,7 @@ See [the latest release](https://github.com/flyingpie/windows-terminal-quake/rel
112113

113114
You can also clone the repo and run the **Install** build target, which will build and install WTQ: ```~/AppData/Local/wtq```.
114115

115-
```pwsh
116+
```shell
116117
git clone https://github.com/flyingpie/windows-terminal-quake.git
117118
cd windows-terminal-quake
118119

@@ -121,12 +122,12 @@ cd windows-terminal-quake
121122

122123
Uninstall:
123124

124-
```pwsh
125+
```shell
125126
./build.ps1 Uninstall
126127
```
127128

128129
You can also take a look at the build options, do see more options for building, including without actually installing:
129-
```pwsh
130+
```shell
130131
./build.ps1 --help
131132
```
132133

0 commit comments

Comments
 (0)