diff --git a/README.md b/README.md
index 79a0b81..0219861 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[中文](README.zh.md) | [English](#)
-
+
## Hugo NexT
@@ -26,8 +26,8 @@
| Preliminary | [Gemini](https://preview.hugo-next.eu.org/) | [Muse](https://preview.hugo-next.eu.org/muse/) | [Mist](https://preview.hugo-next.eu.org/mist/) | [Pisces](https://preview.hugo-next.eu.org/pisces/) |  |
| Production | [Gemini](https://hugo-next.eu.org/) | [Muse](https://hugo-next.eu.org/muse/) | [Mist](https://hugo-next.eu.org/mist/) | [Pisces](https://hugo-next.eu.org/pisces/) |  |
-> Preliminary: all new feature developments will be previewed as soon as possible.
-> Production: Only the features that are tested stably and meet the requirements will be officially released.
+> - Preliminary: all new feature developments will be previewed as soon as possible.
+> - Production: Only the features that are tested stably and meet the requirements will be officially released.
## Quick Start
@@ -45,6 +45,13 @@ $ hugo server
Done that input adrress http://127.0.0.1:1313/ on browser will see the effect & good luck for you! :tada::tada::tada:
+Execute command as below in your site directory when the theme upgrade.
+
+```shell
+$ cd hugo-next-exmaple
+$ git submodule update --remote
+```
+
## New Post
There had ready a new post template for you, It is recommended to use the following Hugo command to quickly create a new post:
@@ -107,6 +114,8 @@ All features development progress and new request in [Hugo NexT V4 Roadmap](http
[MIT License](LICENSE)
+Copyright (c) 2022, hugo-next 团队
+
## Thanks
That's my hobby to develop `Hugo NexT` theme, thanks all people who gived the donate, and let we follow it growth up.
diff --git a/README.zh.md b/README.zh.md
index 32011f6..325ef53 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -1,7 +1,7 @@
[中文](#) | [English](README.md)
-
+
## Hugo NexT
@@ -26,8 +26,8 @@
| 开发版本 | [双子座](https://preview.hugo-next.eu.org/) | [冥想](https://preview.hugo-next.eu.org/muse/) | [迷雾](https://preview.hugo-next.eu.org/mist/) | [双鱼座](https://preview.hugo-next.eu.org/pisces/) |  |
| 正式版本 | [双子座](https://hugo-next.eu.org/) | [冥想](https://hugo-next.eu.org/muse/) | [迷雾](https://hugo-next.eu.org/mist/) | [双鱼座](https://hugo-next.eu.org/pisces/) |  |
-> 开发版本: 所有的新功能开发都会在此第一时间发布预览
-> 正式版本: 只有测试稳定且符合要求的功能才会正式发布
+> - 开发版本: 所有的新功能开发都会在此第一时间发布预览
+> - 正式版本: 只有测试稳定且符合要求的功能才会正式发布
## 快速开始
@@ -44,6 +44,13 @@ $ hugo server
```
打开浏览器,在地址栏输入 http://127.0.0.1:1313/ 查看主题效果,祝你好运!:tada::tada::tada:
+后续更新主题只需要在你的站点目录中,执行如下命令:
+
+```shell
+$ cd hugo-next-exmaple
+$ git submodule update --remote
+```
+
> 本主题的代码同时也同步到 `Gitee` 仓库,在国内环境可切换用 [https://gitee.com/hugo-next/hugo-theme-next.git](https://gitee.com/hugo-next/hugo-theme-next.git) 镜像速度更快,也更稳定。
## 发表新文章
@@ -105,6 +112,8 @@ tags:
- [GitHub Issues](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Bug&template=bug-report.md) 提交错误报告 :bug:
- [GitHub Feature](https://github.com/hugo-next/hugo-theme-next/issues/new?labels=Feature+Request&template=feature-request.md) 表新功能的想法 :sparkles:
+> 国内用户也可加入 QQ 群交流: 604710815
+
## 欢迎加入
关于本主题的开发进度和后续的发展路线图,可访问 [Hugo NexT V4 Roadmap](https://github.com/hugo-next/hugo-theme-next/issues/9) 查看详情,也欢迎大家参与一起来完善。
@@ -113,6 +122,8 @@ tags:
[MIT License](LICENSE)
+Copyright (c) 2022, hugo-next teams
+
## 致谢
开发 `Hugo NexT` 主题原本是个人的业余爱好,但没想到网友们这么的热情,感谢有你们的支持,让我们一起来见证它的成长。