Skip to content

Commit f57fe73

Browse files
author
zhanwang
authored
Update uk translation in README-uk.md
1 parent e8b028a commit f57fe73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README-uk.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
```bash
1919
git clone https://github.com/kubernetes/website.git
2020
cd website
21-
hugo server --buildFuture
21+
git submodule update --init --recursive --depth 1
22+
make serve
2223
```
2324

2425
<!-- This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh. -->
@@ -82,4 +83,4 @@ hugo server --buildFuture
8283
## Дякуємо!
8384

8485
<!-- Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation! -->
85-
Долучення до спільноти - запорука успішного розвитку Kubernetes. Ми цінуємо ваш внесок у наш сайт і документацію!
86+
Долучення до спільноти - запорука успішного розвитку Kubernetes. Ми цінуємо ваш внесок у наш сайт і документацію!

0 commit comments

Comments
 (0)