summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-28 10:32:13 +0300
committerThanosApollo <[email protected]>2022-09-28 10:32:13 +0300
commitfe40c14603ca17e0d0a2ea60b5fc82a15014496a (patch)
tree97f212fbd5d324a1b8b4e525c0e1f09faeb92b52
parent8f89737d7d83c67a75da841f45d37a1a743e680e (diff)
Update README
-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