From d5742a8da05581895579b1dde00e1dbf2f1eac21 Mon Sep 17 00:00:00 2001 From: rickellis Date: Fri, 23 Mar 2018 20:10:36 -0600 Subject: [PATCH] Updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd0eaea..a726668 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ If you only want a base Arch install with no additional packages, run: $ pacstrap -i /mnt base base-devel -Typically I also install `git` so I can clone my post-install setup and config scripts, along with `dialog` and `wpa_supplicant` so that `wifi-menu` will work after booting into the new system. I also install `intel-ucode` to allow the Linux kernel to update the __[processor microcode](https://wiki.archlinux.org/index.php/microcode)__. +Typically I also install `git` so I can clone my __[post-install setup and config scripts](https://github.com/rickellis/ArchMatic)__, along with `dialog` and `wpa_supplicant` so that `wifi-menu` will work after booting into the new system. I also install `intel-ucode` to allow the Linux kernel to update the __[processor microcode](https://wiki.archlinux.org/index.php/microcode)__. $ pacstrap -i /mnt base base-devel git dialog wpa_supplicant intel-ucode ---