summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.org b/README.org
index a3499a0..969998c 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,13 @@
#+title: My dotfiles | Arch Linux setup
-*** Installation
+
+** About
++ Personal dotfiles
+
+** Installation
#+begin_src bash
cd $HOME
git init
-git remote add origin [email protected]:ThanosApollo/config.git
+git remote add origin https://github.com/ThanosApollo/dotfiles.git
git reset --hard origin/master
#+end_src