From 1f0e42bcfd3a1a68c8c2afdb6efa003f91a48cb2 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 3 May 2022 17:53:21 +0200 Subject: [PATCH] Drop remark about build-libwally.sh --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b40180e..77309c1 100644 --- a/README.md +++ b/README.md @@ -112,5 +112,3 @@ Clone the repository, including submodules: ```sh git clone https://github.com/Sjors/libwally-swift.git --recurse-submodules ``` - -We no longer need to run `build-libwally.sh` manually to build frameworks. To get them, it is highly recommended you open the `LibWally.xcodeproj` and build an archive with the `LibWally` target instead.