Update uk translation in README-uk.md

This commit is contained in:
zhanwang 2020-11-01 17:10:55 +00:00 committed by GitHub
parent e8b028acab
commit f57fe73c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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. -->