From 85dc9c4b292b69ff42ab27712d91d8fb26575b68 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:35:17 +0200 Subject: [PATCH] repo-add: add barebones example (#12339) --- pages/linux/repo-add.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/repo-add.md b/pages/linux/repo-add.md index 68f082cb87..91230380ea 100644 --- a/pages/linux/repo-add.md +++ b/pages/linux/repo-add.md @@ -3,6 +3,10 @@ > Package database maintenance utility which enables installation of said package via Pacman. > More information: . +- Create an empty repository: + +`repo-add {{path/to/database.db.tar.gz}}` + - Add all package binaries in the current directory and remove the old database file: `repo-add --remove {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}`