Update uk translation in README-uk.md
This commit is contained in:
parent
e8b028acab
commit
f57fe73c5e
|
@ -18,7 +18,8 @@
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/kubernetes/website.git
|
git clone https://github.com/kubernetes/website.git
|
||||||
cd website
|
cd website
|
||||||
hugo server --buildFuture
|
git submodule update --init --recursive --depth 1
|
||||||
|
make serve
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- 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. -->
|
<!-- 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. -->
|
||||||
|
|
Loading…
Reference in New Issue