diff options
| author | Fuwn <[email protected]> | 2023-05-29 23:54:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-29 23:54:32 -0700 |
| commit | 3a793f9d4f51b179c3c22bd5b2ad0fa22f58dadf (patch) | |
| tree | 26827118836270cce0172f769cc8e6604f4dfb84 | |
| parent | build(arch): pkgbuild (diff) | |
| download | nectar-3a793f9d4f51b179c3c22bd5b2ad0fa22f58dadf.tar.xz nectar-3a793f9d4f51b179c3c22bd5b2ad0fa22f58dadf.zip | |
docs(readme): makepkg instructions
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |