diff --git a/README.org b/README.org index d6642ae..6a98e79 100644 --- a/README.org +++ b/README.org @@ -21,7 +21,9 @@ In order to have Doom load the config, we need to initialise the submodules, and generate the =init.el= once. #+begin_src shell :eval query -git submodule init +git clone git@github.com:tecosaur/emacs-config.git ~/.config/doom git submodule update emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "config.org")' +git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d +~/.emacs.d/bin/doom install #+end_src