diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-25 11:28:56 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-25 11:28:56 -0500 |
commit | bfc7cfa24284f0fff3ca84df31adf03a0a2d6771 (patch) | |
tree | b05fb96e3db29b3ecf8de025f1a9d272e5ceea5e | |
parent | dfd86f53ade9467b1027a71cad7fd1d08b286b02 (diff) | |
download | configs-bfc7cfa24284f0fff3ca84df31adf03a0a2d6771.tar.gz configs-bfc7cfa24284f0fff3ca84df31adf03a0a2d6771.tar.xz configs-bfc7cfa24284f0fff3ca84df31adf03a0a2d6771.zip |
[emacs] fix installation instructions
-rw-r--r-- | init.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -41,11 +41,10 @@ then bootstrap Borg, tell Borg to retrieve package submodules, and byte-compiled the packages. Something along these lines should work: #+begin_src sh :tangle no -git clone https://github.com/aminb/dotfiles ~/.emacs.d +git clone https://git.sr.ht/~bandali/dotfiles ~/.emacs.d cd ~/.emacs.d make bootstrap-borg make bootstrap -make build #+end_src * Contents :toc_1:noexport: |