Skip to content

Commit 7a07040

Browse files
authored
Update README.md (#47430)
use markdownlint to fix README.md
1 parent cada0a9 commit 7a07040

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ cd website
3333
The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme). Even if you plan to run the website in a container, we strongly recommend pulling in the submodule and other development dependencies by running the following:
3434

3535
### Windows
36+
3637
```powershell
3738
# fetch submodule dependencies
3839
git submodule update --init --recursive --depth 1
3940
```
4041

4142
### Linux / other Unix
43+
4244
```bash
4345
# fetch submodule dependencies
4446
make module-init
@@ -62,11 +64,14 @@ Open up your browser to <http://localhost:1313> to view the website. As you make
6264
To install dependencies, deploy and test the site locally, run:
6365

6466
- For macOS and Linux
67+
6568
```bash
6669
npm ci
6770
make serve
6871
```
72+
6973
- For Windows (PowerShell)
74+
7075
```powershell
7176
npm ci
7277
hugo.exe server --buildFuture --environment development

0 commit comments

Comments
 (0)