Skip to content

Commit 8141a95

Browse files
trivedi-khushiactions-user
authored andcommitted
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 8141a95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ 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
```
5151

52+
Recommended to use "Ubuntu-22.04"
53+
5254
This command will enable the features necessary to run WSL and install the Ubuntu distribution of Linux. (This default
5355
distribution can be changed).
5456

0 commit comments

Comments
 (0)