summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-19 23:57:54 +0300
committerThanosApollo <[email protected]>2022-10-19 23:57:54 +0300
commitef54e51ac66a35dbdfeb20b28e55af298a70204f (patch)
tree9601d159b61e0ec1d79e253290aed1fd6d4fc966
parent85e1bf89a472d79de8d815bc714b49c5c2a6f1d6 (diff)
Update README
-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