diff --git a/README.md b/README.md
index 7a80bf0d8..247e0ee0d 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,8 @@ chmod +x ./install-eaf.py
There are many useful flags available for `install-eaf.py`, check it yourself using `--help`.
+If you are using Wayland environment, you need to execute the command `cp -r emacs-application-framework/gnome-shell/eaf-wayland@emacs-eaf.org ~/.local/share/gnome-shell/extensions` and activate the Gnome-Shell plugin `eaf-wayland@emacs-eaf.org` in Gnome3.
+
#### 3. Load EAF Core
From here on, you can add the full path to the EAF installation directory to your Emacs ```load-path```, then add the following to `init.el`:
diff --git a/README.zh-CN.md b/README.zh-CN.md
index dfa24119e..5729c5682 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -41,7 +41,7 @@ EAF 是一个可编程扩展的框架,它自带一系列丰富的应用,你
... 还有[很多](https://github.com/orgs/emacs-eaf/repositories)!
-### EAF在EmacsConf
+### EAF 在 EmacsConf
| EmacsConf 2020: 用 EAF 扩展 Emacs 图形应用 | EmacsConf 2021: EAF 2021 更新报告 |
| :--------: | :----: |
@@ -71,6 +71,8 @@ chmod +x ./install-eaf.py
`install-eaf.py`脚本有许多有用的选项,可以通过`--help`查看。
+如果你使用 Wayland 环境, 你需要执行命令 `cp -r emacs-application-framework/gnome-shell/eaf-wayland@emacs-eaf.org ~/.local/share/gnome-shell/extensions` 并在 Gnome3 中激活 `eaf-wayland@emacs-eaf.org` 这个 Gnome-Shell 插件。
+
#### 3. 加载 EAF 核心
从这里开始,你可以把 EAF 加入 Emacs 的 ```load-path```,然后在 `init.el` 中写入: