aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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