Skip to content

Commit

Permalink
Added make module-init command in Readme (kubernetes#36667)
Browse files Browse the repository at this point in the history
* Changes to prereq. instructions for windows and linux in readme

Signed-off-by: Dipankar Das <[email protected]>

* Correction in prerequisites section of readme

Signed-off-by: Dipankar Das <[email protected]>

Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 authored Jan 3, 2023
1 parent 702568a commit 3861073
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,18 @@ cd website

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:

```bash
# pull in the Docsy submodule
### Windows
```powershell
# fetch submodule dependencies
git submodule update --init --recursive --depth 1
```

### Linux / other Unix
```bash
# fetch submodule dependencies
make module-init
```

## Running the website using a container

To build the site in a container, run the following:
Expand Down

0 comments on commit 3861073

Please sign in to comment.