From 934c1feaa0fced09d4f1d74347c0ec5c8fcfb57b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 2 Jun 2022 17:20:18 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d577f..6ba4063 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,12 @@ For example, if your repo's name is `MyAURRepo`, then `repo` should be set to `.../MyAURRepo.db.tar`. You must also create symlinks such that `MyAURRepo.db` points to -`MyAURRepo.db.tar` and `MyAURRepo.files` points to `MyAURRepo.files.tar`, and -`MyAURRepo.db.sig` points to `MyAURRepo.db.tar.sig`. +`MyAURRepo.db.tar` and `MyAURRepo.files` points to `MyAURRepo.files.tar`. + +The Python script should automatically make a relative (not absolute) symlink to +`MyAURRepo.db.tar.sig` with the name `MyAURRepo.db.sig` after signing (which +should happen after each package is built and signed). Note the name doesn't +have to be `MyAURRepo`, but is based on the `repo` variable set in the config. To use the repository, you can add an entry to your `/etc/pacman.conf` with the following: