From 1aab4f15572399e514132f98468549e77c95977d Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Wed, 29 Mar 2023 18:08:44 +0100 Subject: [PATCH] doc: add missing makepkg arg. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index b1a479112..72b5b9070 100644 --- a/docs/install.md +++ b/docs/install.md @@ -35,7 +35,7 @@ Also, please note wayland has better support than xorg. ```sh git clone https://aur.archlinux.org/apparmor.d-git.git cd apparmor.d-git -makepkg -s +makepkg -si ``` !!! note