Changed pacaur and yaourt, since their development has stopped, to yay

Lucas 2018-09-05 10:21:15 -03:00
parent 7ae520c587
commit 7043cc97ef
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ You'll need to download and install the following to build yuzu:
Note: Depending on your distro, the version of CMake you get may not be what's required to build yuzu. Check with cmake --version. Version 3.6 or greater is required for you to be able to build!
- [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative)
- Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.
- Arch: `pacman -S clang`, `libc++` is in the AUR. Use yay to install it.
- Debian: `apt-get install clang libc++-dev` (in some distros, clang-3.8).
- Gentoo: `emerge sys-devel/clang sys-libs/libcxx`