diff options
author | Marvin Borner | 2020-05-17 12:53:33 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-17 12:53:33 +0200 |
commit | 8dacb9d54fbf525dcfaa3d07d064341fc0f6a084 (patch) | |
tree | 93be03cacdb1fa53c9466a18c476a19defb5572c | |
parent | c9309b51257db99d876c8f4bbfc5052c101c8f22 (diff) |
Updated readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |