Update docs/content/usage/packages/arch.en-us.md

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Danila Fominykh 2023-11-01 19:57:39 -03:00 committed by GitHub
parent 1d168c6c7c
commit 8d0e3016f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ pacman -Sy package
## Upload packages
When uploading package to gitea, you have to prepare package file with `.pkg.tar.zst` extension and it's `.pkg.tar.zst.sig` signature. You can use [curl](https://curl.se/) or any other HTTP client, gitea supports multiple [authentication schemes](https://docs.gitea.com/usage/authentication). Upload command will create 3 files: package, signature and desc file for pacman database (which will be created automatically on request).
When uploading the package to gitea, you have to prepare package file with the `.pkg.tar.zst` extension and its `.pkg.tar.zst.sig` signature. You can use [curl](https://curl.se/) or any other HTTP client, Gitea supports multiple [authentication schemes](https://docs.gitea.com/usage/authentication). The upload command will create 3 files: package, signature and desc file for the pacman database (which will be created automatically on request).
Following command will upload arch package and related signature to gitea. Example with basic auth: