28 October 2019

How to install yay on ArchLinux. I used to use yaourt, since it is no longer developed I switched to yay.

Source code viewer
  1. sudo pacman -S git
  2. git clone https://aur.archlinux.org/yay.git
  3. cd yay
  4. makepkg -si
Programming Language: Bash