From 4a158d99b8c122498a0dc79e5df31c5c8ec1d270 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Tue, 13 Feb 2024 21:57:36 +0100 Subject: [PATCH] docs: reword --- docs/articles/en/built-in-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/en/built-in-modules.md b/docs/articles/en/built-in-modules.md index 2ac67f6..c1a601d 100644 --- a/docs/articles/en/built-in-modules.md +++ b/docs/articles/en/built-in-modules.md @@ -17,7 +17,7 @@ To keep this article concise, we'll cover only the fields that are specific to e ## Summary -- [Apt](#apt) +- [Package manager](#package-manager) - [CMake](#cmake) - [Dpkg-buildpackage](#dpkg-buildpackage) - [Dpkg](#dpkg) @@ -26,7 +26,7 @@ To keep this article concise, we'll cover only the fields that are specific to e - [Meson](#meson) - [Shell](#shell) -## Apt, Dnf +## Package manager This module allow to install packages using the package manager using the repositories configured in the image. You can change the package manager by changing the value of the `type` field. The following are currently supported: