File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
5050scoop bucket add extras
5151scoop install extras/wtq
5252```
@@ -59,15 +59,15 @@ Start menu entry after installation.
5959///
6060
6161Update (just WTQ):
62- ``` pwsh
62+ ``` shell
6363scoop update wtq
6464```
6565
6666#### WinGet
6767
6868[ The Windows package manager.] ( https://github.com/microsoft/winget-cli )
6969
70- ``` pwsh
70+ ``` shell
7171winget install windows-terminal-quake
7272```
7373You can then call "** wtq** " from the command line.
@@ -80,19 +80,20 @@ Start menu entry after installation.
8080///
8181
8282Update (just WTQ):
83- ``` pwsh
83+ ``` shell
8484winget 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
113114You 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
116117git clone https://github.com/flyingpie/windows-terminal-quake.git
117118cd windows-terminal-quake
118119
@@ -121,12 +122,12 @@ cd windows-terminal-quake
121122
122123Uninstall:
123124
124- ``` pwsh
125+ ``` shell
125126./build.ps1 Uninstall
126127```
127128
128129You 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
You can’t perform that action at this time.
0 commit comments