Skip to content

Commit b46c581

Browse files
committed
Update WSL installation instructions to use powershell code blocks for package installation
1 parent 37d2e27 commit b46c581

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/sphinx-guides/source/developers/windows.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,26 @@ Once that you have WSL installed, you may need to do additional steps depending
6666

6767
For example, if you installed Ubuntu, you may need to run the following commands in the WSL terminal to update the package list and install some required packages:
6868

69-
.. code-block:: zip
69+
.. code-block:: powershell
7070
7171
sudo apt update
7272
sudo apt install zip
7373
74-
.. code-block:: unzip
74+
.. code-block:: powershell
7575
7676
sudo apt update
7777
sudo apt install unzip
7878
79-
.. code-block:: SDKMAN
79+
.. code-block:: powershell
8080
8181
curl -s "https://get.sdkman.io" | bash
8282
source "$HOME/.sdkman/bin/sdkman-init.sh"
8383
84-
.. code-block:: Java
84+
.. code-block:: powershell
8585
8686
sdk install java 17.0.7-tem
8787
88-
.. code-block:: maven
88+
.. code-block:: powershell
8989
9090
sdk install maven
9191

0 commit comments

Comments
 (0)