aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-07-13 20:29:31 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-07-13 20:29:31 +0100
commit478e48964d0f629bc9a6e7e1e7d189218f2efbd4 (patch)
treeec59a650d956da8cfb5c91fc2e4575324ab7691e
parentf7a6eacf1ebfee4e7e33b295f859786a1a8f93cf (diff)
downloaddotfiles-478e48964d0f629bc9a6e7e1e7d189218f2efbd4.tar.gz
dotfiles-478e48964d0f629bc9a6e7e1e7d189218f2efbd4.tar.bz2
dotfiles-478e48964d0f629bc9a6e7e1e7d189218f2efbd4.zip
(README)~change repo location for personal Emacs
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 5222811..8eab5cb 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+TITLE: Dotfiles
-#+AUTHOR: Oreodave
+#+AUTHOR: Aryadev Chavali
#+DESCRIPTION: README for Dotfiles
* Introduction
@@ -15,7 +15,7 @@ the system I've created, we're going to use my build of Emacs.
#+begin_src sh
cd ~/.local/src;
-git clone git@git.aryadevchavali.com:/oreodave/emacs.git;
+git clone git@git.aryadevchavali.com:/git/emacs.git;
cd emacs;
sh personal-install;
#+end_src