summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.org b/README.org
index 123c6c0..e0e14f1 100644
--- a/README.org
+++ b/README.org
@@ -1,11 +1,9 @@
* Dave's Dotfiles
- Because all of the cool kids version control their dotfiles.
-
- Perhaps you are interested in my Emacs configuration. That has its
- own repository. [[https://github.com/davexunit/.emacs.d][Check it out.]]
+ Because all of the cool kids version control their dotfiles, but
+ only the coolest kids write their own install script in Scheme.
** Installing
The dotfiles are installed by creating symlinks from the
=dotfiles/= directory to the current user's home directory.
- To install, just run =make install=.
+ To install, just run =./bootstrap && ./configure && make install=.