summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-06-27 16:39:08 +0200
committerMartin Polden <martin.polden@gmail.com>2014-06-27 16:39:08 +0200
commitc386fee1a79853cbd8013f244f2ff14aba84fe39 (patch)
treea1f60d8b37c7e26705869ce74a96276815b803b7
parent62cf3d6c05da74b905ce401c7d1278eed8db9fba (diff)
Update readme
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 260de62..39d05ed 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,14 @@ My personal Emacs settings with inspiration from:
Clone the repository:
-`git clone https://github.com/martinp/.emacs.d`
+`git clone https://github.com/martinp/.emacs.d dot.emacs.d`
-Install symlink in ~/.emacs.d (this will overwrite any existing symlink):
+Install symlink in `~/.emacs.d`:
+
+**This will overwrite any existing file or symlink!**
```
-cd .emacs.d
+cd dot.emacs.d
make install
```