diff --git a/README.md b/README.md index f806f67..bb8767e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ brew tap vmfunc/sif brew install sif ``` +### arch linux (aur) + +install using your preferred aur helper: + +```bash +yay -S sif +# or +paru -S sif +``` + ### from releases grab the latest binary from [releases](https://github.com/vmfunc/sif/releases). @@ -46,6 +56,14 @@ make requires go 1.23+ +### aur (manual install) + +```bash +git clone https://aur.archlinux.org/sif.git +cd sif +makepkg -si +``` + ## usage ```bash