Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Link to html5boilerplate in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeweb committed Aug 18, 2010
1 parent 370f98c commit 8e70adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/")`
Expand Down

0 comments on commit 8e70adf

Please sign in to comment.