Skip to content

Commit

Permalink
Merge pull request #1494 from zyansheep/zyansheep-patch-1
Browse files Browse the repository at this point in the history
yaourt is outdated and insecure, use yay in README.md
  • Loading branch information
gabime authored Mar 26, 2020
2 parents dd38e09 + c98152e commit f1b4f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ cmake .. && make -j
* FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean`
* Fedora: `yum install spdlog`
* Gentoo: `emerge dev-libs/spdlog`
* Arch Linux: `yaourt -S spdlog-git`
* Arch Linux: `pacman -S spdlog`
* vcpkg: `vcpkg install spdlog`
* conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog`
Expand Down

0 comments on commit f1b4f15

Please sign in to comment.