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