From 3fd1a754ffba18f873fd96a3c0b2c99a320fc62a Mon Sep 17 00:00:00 2001 From: Zheng Luo Date: Sun, 28 Feb 2021 00:27:15 -0500 Subject: [PATCH 1/2] Update README to include AUR repo Just created an AUR repo at https://aur.archlinux.org/packages/wasi-libc-git/ . Add its link to README to help fellow Archlinux users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 367c4d339..18ec3fadc 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,8 @@ or libc++abi.a, respectively, so they may not be usable without extra setup. This is one of the things [wasi-sdk] simplifies, as it includes cross-compiled builds of compiler-rt, libc++.a, and libc++abi.a. +## AUR package +For Archlinux users, there's an AUR package tracking this git repo that can be installed under the name [wasi-libc-git]. + [wasi-sdk]: https://github.com/WebAssembly/wasi-sdk +[wasi-libc-git]: https://aur.archlinux.org/packages/wasi-libc-git/ From 450764021ed0507770b271eae462c35f16ae8da9 Mon Sep 17 00:00:00 2001 From: Zheng Luo Date: Sun, 28 Feb 2021 19:16:48 +0000 Subject: [PATCH 2/2] Update README.md to include Arch Linux in section title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ec3fadc..0cb697dda 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ or libc++abi.a, respectively, so they may not be usable without extra setup. This is one of the things [wasi-sdk] simplifies, as it includes cross-compiled builds of compiler-rt, libc++.a, and libc++abi.a. -## AUR package -For Archlinux users, there's an AUR package tracking this git repo that can be installed under the name [wasi-libc-git]. +## Arch Linux AUR package +For Arch Linux users, there's an unofficial AUR package tracking this git repo that can be installed under the name [wasi-libc-git]. [wasi-sdk]: https://github.com/WebAssembly/wasi-sdk [wasi-libc-git]: https://aur.archlinux.org/packages/wasi-libc-git/