From 51a8b3b667c7c74d5543e51c96aa55ffa1651675 Mon Sep 17 00:00:00 2001 From: ZhiFeng Hu Date: Tue, 27 Oct 2015 14:28:07 +0800 Subject: [PATCH] Fix gt as git, it may broken Signed-off-by: ZhiFeng Hu --- book/1-01-09-emacs-live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/1-01-09-emacs-live.md b/book/1-01-09-emacs-live.md index 20cf98c..b5fa396 100644 --- a/book/1-01-09-emacs-live.md +++ b/book/1-01-09-emacs-live.md @@ -85,7 +85,7 @@ If you are using Linux or OS X, you can install Emacs Live with a convenient "br Either from your favorite GIT client or from the command line, clone the Emacs Live repo as `.emacs.d` into `C:\emacs`: ```sh -$ git clone git://github.com/overtone/emacs-live.gt C:\emacs\.emacs.d +$ git clone git://github.com/overtone/emacs-live.git C:\emacs\.emacs.d ``` Create the directory `.live-packs` under `C:\emacs`, and copy the directory `C:\emacs\.emacs.d\packs\template` to `C:\emacs\.live-packs`. Rename `C:\emacs\.live-packs\template` to `C:\emacs\.live-packs\{your-username}-pack`, replacing "{your-username}" with your actual username on the computer, no spaces or special characters. This gives you a special Live Pack to add your own customizations to Emacs Live later. -- GitLab