From de1ad259372abdfdfbfae908ce3fd00a4bfbb2ee Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 18 Feb 2020 09:33:58 +0800 Subject: [PATCH] Add depth, because EAF git repo is too big. --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2f1f4f..8ad1c6b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ sudo pip3 install dbus-python python-xlib pyqt5 pyqtwebengine pymupdf grip qrcod 3. Clone this repository. ```Bash -git clone https://github.com/manateelazycat/emacs-application-framework.git +git clone https://github.com/manateelazycat/emacs-application-framework.git --depth=1 ``` 4. 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_CN.md b/README_CN.md index bd3fc20..82a0a72 100644 --- a/README_CN.md +++ b/README_CN.md @@ -48,7 +48,7 @@ sudo pip3 install dbus-python python-xlib pyqt5 pyqtwebengine pymupdf grip qrcod 3. 使用 ```git clone``` 下载这个仓库. ```Bash -git clone https://github.com/manateelazycat/emacs-application-framework.git +git clone https://github.com/manateelazycat/emacs-application-framework.git --depth=1 ``` 4. 把EAF加入Emacs的 ```load-path```,然后在 `init.el` 中写入: