summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index 6711a1d..35f0ab1 100644
--- a/README.org
+++ b/README.org
@@ -1,11 +1,12 @@
#+title: Dotfiles | Arch Linux setup
** About
-+ Personal dotfiles and configs for various projects:
++ Personal dotfiles
** Installation
#+begin_src bash
cd $HOME
git init
git remote add origin https://github.com/ThanosApollo/dotfiles.git
git reset --hard origin/master
+git pull
#+end_src