Skip to content

Commit 76b7ce8

Browse files
author
Tim Bannister
committed
Update README for Docsy changes
1 parent 3df2333 commit 76b7ce8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@ git clone https://github.com/kubernetes/website.git
3030
cd website
3131
```
3232

33-
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:
34-
35-
### Windows
36-
37-
```powershell
38-
# fetch submodule dependencies
39-
git submodule update --init --recursive --depth 1
40-
```
41-
42-
### Linux / other Unix
43-
44-
```bash
45-
# fetch submodule dependencies
46-
make module-init
47-
```
48-
4933
## Running the website using a container
5034

5135
To build the site in a container, run the following:

0 commit comments

Comments
 (0)