Skip to content

Commit

Permalink
Merge pull request #167 from WilliamAnimate/arch-dependency-installation
Browse files Browse the repository at this point in the history
arch linux dependencies
  • Loading branch information
tristanpoland authored Oct 15, 2024
2 parents 4774d61 + 9de3f33 commit 7fe3261
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions installers-arch.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7fe3261

Please sign in to comment.