From 16d19d2cabe9fc4b9f23c928c64afe797f3756e5 Mon Sep 17 00:00:00 2001 From: Alberto Oporto Ames <39320840+otreblan@users.noreply.github.com> Date: Wed, 12 Feb 2020 08:54:04 -0500 Subject: [PATCH] Ccls was added to the Arch linux Community repo --- Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.md b/Build.md index 9b2fa01..61074b9 100644 --- a/Build.md +++ b/Build.md @@ -129,9 +129,9 @@ Arch User Repository: [aur/ccls-git](https://aur.archlinux.org/packages/ccls-git `extra/clang` and `extra/llvm` provide `/usr/lib/{libclangAST.so,libLLVM*.a,libLLVM.so}`. `libclangAST.so` needs `libLLVM.so` and there would be a conflict if `libLLVM*.a` (instead of `libLLVM.so`) are linked. See https://bugs.archlinux.org/task/60512 -Also you can install ccls-git from the archlinuxcn repo using pacman. +Also you can install ccls from the Community repo using pacman. -```sudo pacman -S ccls-git``` +```sudo pacman -S ccls``` ### Debian