Skip to content

Commit 916c535

Browse files
committed
Docs docs: update Windows instructions.
1 parent ff915aa commit 916c535

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/users_guide/working-with-documentation/building-docs-prereqs-windows.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ The first step is to install Windows Subsystem for Linux (WSL), if you haven't a
1515

1616
Next, download and install Ubuntu (a version of Linux) via the Microsoft Store.
1717

18-
Finally, try opening Ubuntu. If you run into an error, you may need to manually enable WSL. To do so: Open Control Panel, go to "Programs and Features," and then "Turn Windows features on or off." Check the box next to "Windows Subsystem for Linux" and click OK.
18+
Finally, try opening Ubuntu. If you run into an error, you may need to manually enable WSL. To do so: Open Control Panel, go to "Programs" > "Programs and Features" > "Turn Windows features on or off". Check the box next to "Windows Subsystem for Linux" and click OK.
1919

2020
## Podman
21-
Follow the [installation instructions on Podman's website](https://podman.io/docs/installation#ubuntu), entering the commands into your Ubuntu terminal.
21+
Follow the [installation instructions in the Ubuntu section on Podman's website](https://podman.io/docs/installation#ubuntu), entering the commands into your Ubuntu terminal:
22+
```shell
23+
sudo apt-get update
24+
sudo apt-get -y install podman
25+
```

0 commit comments

Comments
 (0)