From 6d339aad5e8fb2834449352910c72dd963b3e3f0 Mon Sep 17 00:00:00 2001 From: Jeffry Samuel Date: Wed, 11 Sep 2024 22:09:56 -0600 Subject: [PATCH] Added system installation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 23de9b0..2c12006 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,18 @@ Note: This is not recommended since the prerelease versions of the app often pre 2. Open with Gnome Builder 3. Press the run button (or export if you want to build a Flatpak package) +### System Installation (Arch Linux) + +> [!NOTE] +> This method doesn't include the Ollama instance + +```BASH +mkdir Alpaca-build +cd Alpaca-build +curl -L -o PKGBUILD https://raw.githubusercontent.com/jeffser/Alpaca/main/PKGBUILD +makepkg -si +``` + ## Translators Language | Contributors