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}}`