From fd182c33d861d0df38c998cf14dc6171a706eed5 Mon Sep 17 00:00:00 2001 From: Matthias Fulz Date: Thu, 1 Jul 2021 00:17:55 +0200 Subject: [PATCH] Update 'README.MD' Fixed syntax --- README.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 8ab23b4..5e4cff1 100644 --- a/README.MD +++ b/README.MD @@ -1,11 +1,11 @@ ## SYNOPSIS -__archbuilder__ is a wrapper for makepkg which uses [buildah] (https://buildah.io/) containers +__archbuilder__ is a wrapper for makepkg which uses [buildah](https://buildah.io/) containers to run the working makepkg. This will lead to a clean host system and reproduceble builds for the packages. -__archbuilder__ works great together with [aurutils] (https://github.com/AladW/aurutils) to have -a great [Arch User Repository] (https://wiki.archlinux.org/index.php/Arch_User_Repository) toolset. +__archbuilder__ works great together with [aurutils](https://github.com/AladW/aurutils) to have +a great [Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository) toolset. ## INSTALLATION @@ -62,7 +62,7 @@ Create a user or grant your user the permissions to run buildah via subuid and s /etc/subgid youruser:100000:65536 -Create a repository, that is owned by this user for using [aurutils] (https://github.com/AladW/aurutils): +Create a repository, that is owned by this user for using [aurutils](https://github.com/AladW/aurutils): mkdir /var/cache/pacman/myrepo chown -R youruser: /var/cache/pacman/myrepo