diff --git a/README.md b/README.md index 8f615fe93..a4acb5c02 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,15 @@ You should now have a `c3c` executable. You can try it out by running some sample code: `c3c.exe compile ../resources/examples/hash.c3` +#### Installing on Arch Linux +There is an AUR package for the C3C compiler : [c3c-git](https://aur.archlinux.org/packages/c3c-git) +You can use your AUR package manager or clone it manually: +```sh +git clone https://aur.archlinux.org/c3c-git.git +cd c3c-git +makepkg -si +``` + #### Installing on Ubuntu 20.10 1. Make sure you have a C compiler that handles C11 and a C++ compiler, such as GCC or Clang. Git also needs to be installed. @@ -256,4 +265,4 @@ MIT licensed. #### Editor plugins -Editor plugins can be found at https://github.com/c3lang/editor-plugins. \ No newline at end of file +Editor plugins can be found at https://github.com/c3lang/editor-plugins.