1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix incorrect link to swift doc and swift package-registry login command (#29096) (#29103)

This commit is contained in:
CEnnis91
2024-02-08 13:05:10 -05:00
committed by GitHub
parent 9a4d283e9a
commit 315155fab0
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ To work with the Swift package registry, you need to use [swift](https://www.swi
To register the package registry and provide credentials, execute:
```shell
swift package-registry set https://gitea.example.com/api/packages/{owner}/swift -login {username} -password {password}
swift package-registry set https://gitea.example.com/api/packages/{owner}/swift
swift package-registry login https://gitea.example.com/api/packages/{owner}/swift --username {username} --password {password}
```
| Placeholder | Description |