From 3a793f9d4f51b179c3c22bd5b2ad0fa22f58dadf Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 29 May 2023 23:54:32 -0700 Subject: docs(readme): makepkg instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 212015e..e0f9a8b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ ## Installation +### Arch Linux + +```shell +sudo pacman -S --needed base-devel +git clone https://github.com/Fuwn/nectar.git +cd nectar/archlinux +makepkg -si +``` + ### *Building* From Source [Bashly](https://bashly.dannyb.co/) is required to *build* Nectar. -- cgit v1.2.3