From 9de3f33974364ef4531457c0824940136a8c413a Mon Sep 17 00:00:00 2001 From: WilliamAnimate Date: Mon, 14 Oct 2024 21:01:18 -0400 Subject: [PATCH] chore: arch linux dependencies (btw) --- README.md | 5 +++++ installers-arch.sh | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100755 installers-arch.sh diff --git a/README.md b/README.md index c51db5d..acefa65 100755 --- a/README.md +++ b/README.md @@ -196,6 +196,11 @@ Before installing Horizon, ensure that you have the following prerequisites: ./installers-alpine.sh ``` + Arch Linux + ```bash + ./installers-arch.sh + ``` + 5. Use cargo to compile and run Horizon ```bash diff --git a/installers-arch.sh b/installers-arch.sh new file mode 100755 index 0000000..ec4bd44 --- /dev/null +++ b/installers-arch.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# ..by the way + +set -e +sudo pacman -Syu rustup clang sqlite openssl go curl clang gcc-multilib --needed + +rustup toolchain install stable +