diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-16 14:39:48 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-16 14:39:48 +0300 |
commit | b62a164998f305dde318045cf53626906402d2d2 (patch) | |
tree | d635ffbc51ae282c8f8e12d4a230579c16b34874 /README.md | |
parent | af0b38718270daf46310fa1333587cc40e66690d (diff) |
add chinese translation for the reference to gitee.com
See #124.
Thanks, @ayalhw.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -351,7 +351,8 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc ``` -Users in mainland China can use the official mirror on gitee.com for faster download. +Users in mainland China can use the official mirror on gitee.com for faster download.<br> +中国大陆用户可以使用 gitee.com 上的官方镜像加速下载. ```zsh git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ~/powerlevel10k @@ -368,7 +369,8 @@ make sure to disable the current theme in your plugin manager. See git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k ``` -Users in mainland China can use the official mirror on gitee.com for faster download. +Users in mainland China can use the official mirror on gitee.com for faster download.<br> +中国大陆用户可以使用 gitee.com 上的官方镜像加速下载. ```zsh git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k |