From c98152e9d0bc9efb02eedc2213874fa0052a98e0 Mon Sep 17 00:00:00 2001 From: Zyansheep <20029431+zyansheep@users.noreply.github.com> Date: Thu, 26 Mar 2020 16:25:38 -0400 Subject: [PATCH] Use community database instead of AUR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b039952a..503d6049 100644 --- a/README.md +++ b/README.md @@ -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: `yay -S spdlog-git` +* Arch Linux: `pacman -S spdlog` * vcpkg: `vcpkg install spdlog` * conan: `spdlog/[>=1.4.1]` * conda: `conda install -c conda-forge spdlog`