From da34bc4b291a9c401d98ad88b4c6eaaa2ab717a3 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 14 Apr 2018 23:08:53 +0200 Subject: [PATCH] Switch config to trizen, fix typo --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6867700..b90e05f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Boot config: $ vim /boot/loader/entries/arch.conf title Arch Linux linux /vmlinuz-linux -inird /intel-ucode.img +initrd /intel-ucode.img initrd /initramfs-linux.img options root=PARTUUID= rw ``` @@ -54,20 +54,13 @@ $ passwd ``` Installing pacaur: ```sh -$ gpg --recv-keys - -$ git clone cower -$ cd cower -$ makepkg -si -$ cd .. - -$ git clone pacaur -$ cd pacaur +$ git clone https://aur.archlinux.org/trizen.git +$ cd trizen $ makepkg -si $ cd .. -$ pacaur -S cower pacaur -$ rm -rf cower pacaur +$ trizen -S trizen +$ rm -rf trizen ``` Switch shell to zsh: ```sh