aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-05-17 12:53:33 +0200
committerMarvin Borner2020-05-17 12:53:33 +0200
commit8dacb9d54fbf525dcfaa3d07d064341fc0f6a084 (patch)
tree93be03cacdb1fa53c9466a18c476a19defb5572c
parentc9309b51257db99d876c8f4bbfc5052c101c8f22 (diff)
Updated readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ffe24f7..0b4e48e 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,5 @@ These are my personal dotfiles of my main arch-based machine. You probably shoul
## My routine for new machines
* Clone this repository and move all its files into your `$HOME` (including `.git`)
-* Install the packages: `for x in $(cat packages.txt); do pacman -S $x; done`
+* Install the packages: `for x in $(cat packages.txt); do yay -S $x; done`
+* `git pull` in `$HOME` to update