From d22f377a8ea3a650adb632b359d74144d1a5c1d6 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Fri, 2 Dec 2022 20:45:51 +0800 Subject: [PATCH] fix release page link --- cozo-lib-swift/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cozo-lib-swift/README.md b/cozo-lib-swift/README.md index 1bd3fabb..13dc13b4 100644 --- a/cozo-lib-swift/README.md +++ b/cozo-lib-swift/README.md @@ -29,7 +29,7 @@ end ### Swift Package Manager (SPM) The package is published as an archive containing a Swift package. -Download it from the [release page] (look for `CozoSwiftBridge.tgz`). +Download it from the [release page](https://github.com/cozodb/cozo/releases) (look for `CozoSwiftBridge.tgz`). Uncompress. In XCode of your project, select from the menu `File > Add Packages`, @@ -45,7 +45,7 @@ If you did everything right, you should also see `CozoSwiftBridge` under `Build Phases > Link Binary With Libraries`. > You cannot download swift packages directly from GitHub repo, since -in order to support that we would need to check in the binaries +in order to support that we would need to check the binaries into version control, and GitHub does not like it (we tried to work this around with Git LFS, but no luck).