Use wget instead git clone to fetch EAF faster.

master
Andy Stewart 5 years ago
parent 34864923b0
commit 377ae0f12e
  1. 5
      README.md
  2. 5
      README.zh-CN.md

@ -64,10 +64,11 @@ pip uninstall fitz
pip install pymupdf
```
2. Clone this repository.
2. Download source code:
```Bash
git clone https://github.com/manateelazycat/emacs-application-framework.git --depth=1
wget https://github.com/manateelazycat/emacs-application-framework/archive/master.zip
unzip master.zip && mv emacs-application-framework-master emacs-application-framework
```
3. Add the full path to the EAF installation directory to your Emacs ```load-path```, then add the following to `init.el`:

@ -63,10 +63,11 @@ pip uninstall fitz
pip install pymupdf
```
2. 使用 ```git clone``` 下载这个仓库.
2. 下载EAF源代码:
```Bash
git clone https://github.com/manateelazycat/emacs-application-framework.git --depth=1
wget https://github.com/manateelazycat/emacs-application-framework/archive/master.zip
unzip master.zip && mv emacs-application-framework-master emacs-application-framework
```
3. 把EAF加入Emacs的 ```load-path```,然后在 `init.el` 中写入:

Loading…
Cancel
Save