]> code.delx.au - dotfiles/commitdiff
emacs: Updated readme to reference dotemacs repo
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Aug 2016 06:09:34 +0000 (16:09 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Aug 2016 06:16:22 +0000 (16:16 +1000)
README.md

index 802991a26b9879907ce0e2e7bf93805b48a1839c..8a4485552290528e2c8331c4f550af0489b1fe4b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is a set of configuration files for a bunch of Unix apps I use regularly.
 ## Basic setup
 
 ```
-git clone http://delx.net.au/git/dotfiles .dotfiles
+git clone https://delx.net.au/git/dotfiles .dotfiles
 ```
 
 
@@ -35,15 +35,15 @@ ln -s ../git-hooks hooks
 
 ## Emacs setup
 
-Symlink the emacs config:
+Clone the dotemacs repository:
 ```
-ln -sf ~/.dotfiles/.emacs.d ~/
+git clone https://delx.net.au/git/dotemacs ~/.emacs.d
 ```
 
 
 Initialise the emacs package submodules
 ```
-cd ~/.dotfiles
+cd ~/.emacs.d
 git submodule init
 git submodule update
 ```