From b9f7711f21b9dc14853bdf9f869b6cfb5c571c8c Mon Sep 17 00:00:00 2001 From: Chandler <145820492+Utecha@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:10:52 -0400 Subject: [PATCH] Update Arch Linux install instructions c3c was recently added to the official Arch 'extra' repo. Updated the README to reflect this. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5219cc291..8cdbc39d6 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,16 @@ More platforms will be supported in the future. (*Note that there is a known issue with debug symbol generation on MacOS 13, see [issue #1086](https://github.com/c3lang/c3c/issues/1086)) #### Installing on Arch Linux -There is an AUR package for the c3c compiler : [c3c-git](https://aur.archlinux.org/packages/c3c-git). +Arch includes c3c in the official 'extra' repo. It can be easily installed the usual way: + +```sh +sudo pacman -S c3c +# or paru -S c3c +# or yay -S c3c +# or aura -A c3c +``` + +There is also an AUR package for the c3c compiler : [c3c-git](https://aur.archlinux.org/packages/c3c-git). You can use your AUR package manager: ```sh