From 6dbc44ce2fa200b0f1f676b69a5cb6903573151c Mon Sep 17 00:00:00 2001 From: "Mingde (Matthew) Zeng" Date: Wed, 21 Oct 2020 22:46:39 -0400 Subject: [PATCH] Use both git clone or wget to install EAF Signed-off-by: Mingde (Matthew) Zeng --- README.md | 9 +++++++-- README.zh-CN.md | 8 ++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5bd401..e49ffe6 100644 --- a/README.md +++ b/README.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`: diff --git a/README.zh-CN.md b/README.zh-CN.md index 28b3df5..847de6e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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