From 8e70adfba1fc2e205ab27e950adf60b4406697d7 Mon Sep 17 00:00:00 2001 From: myfreeweb Date: Thu, 19 Aug 2010 02:07:27 +0400 Subject: [PATCH] Link to html5boilerplate in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ba730..34a426a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Requires a modern **Emacs** and **ido**. ido usually works out of the box, *at l `(global-set-key (kbd "C-x p") 'start-project)` - add your own starters if you need them, for example: - `(puthash "html5" "tar -xvf ~/Dropbox/webdev/html5boilerplate.tar.gz" project-starters)` + `(puthash "html5" "tar -xvf ~/Dropbox/webdev/[html5boilerplate](http://html5boilerplate.com).tar.gz" project-starters)` - change the work directory — I‘m not sure if you want your projects in ~/. Don‘t forget the /: `(setq projects-dir "~/Dropbox/work/")`