diff --git a/book/1-01-09-emacs-live.md b/book/1-01-09-emacs-live.md index 20cf98cc29e0e3b3609cb9db87b3f502b31cf29d..b5fa396d2c0adbe608fe8c0ae93daa1400d81b12 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.