Add depth, because EAF git repo is too big.

master
Andy Stewart 6 years ago
parent fdc6a73584
commit de1ad25937
  1. 2
      README.md
  2. 2
      README_CN.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`:

@ -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` 中写入:

Loading…
Cancel
Save