Skip to content

Commit 1bae5a5

Browse files
Windows wsl command update (#478)
* Update installation.md Added updated wsl command for Keploy installation in Windows OS. Includes a recommended distributor name too. Signed-off-by: Khushi Trivedi <[email protected]> * docs: Updating command and removing the br tag deleted <br> tag Signed-off-by: Khushi Trivedi <[email protected]> --------- Signed-off-by: Khushi Trivedi <[email protected]>
1 parent 698c14d commit 1bae5a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versioned_docs/version-2.0.0/server/windows/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ On Windows, WSL is required to run Keploy Binary. You must be running Windows 10
4646
and higher) or Windows 11 to use the commands below.
4747

4848
```shell
49-
wsl --install
49+
wsl --install -d <Distribution Name>
5050
```
51+
Recommended to use "Ubuntu-22.04"
5152

5253
This command will enable the features necessary to run WSL and install the Ubuntu distribution of Linux. (This default
5354
distribution can be changed).

0 commit comments

Comments
 (0)