Use both git clone or wget to install EAF

Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
master
Mingde (Matthew) Zeng 5 years ago
parent 377ae0f12e
commit 6dbc44ce2f
  1. 9
      README.md
  2. 8
      README.zh-CN.md

@ -64,12 +64,17 @@ pip uninstall fitz
pip install pymupdf
```
2. Download source code:
2.
- *Git Clone*:
```Bash
git clone https://github.com/manateelazycat/emacs-application-framework.git --depth=1
```
- *Quick Install*:
```Bash
wget https://github.com/manateelazycat/emacs-application-framework/archive/master.zip
unzip master.zip && mv emacs-application-framework-master emacs-application-framework
```
Use *Quick Install* option if you want to quickly install EAF source code and try it out.
3. Add the full path to the EAF installation directory to your Emacs ```load-path```, then add the following to `init.el`:

@ -63,8 +63,12 @@ pip uninstall fitz
pip install pymupdf
```
2. 下载EAF源代码:
2.
- 使用*Git Clone*:
```Bash
git clone https://github.com/manateelazycat/emacs-application-framework.git --depth=1
```
- *快速下载*:
```Bash
wget https://github.com/manateelazycat/emacs-application-framework/archive/master.zip
unzip master.zip && mv emacs-application-framework-master emacs-application-framework

Loading…
Cancel
Save