From ac3cc940a71e2666caadd6e638641dd02e4887fa Mon Sep 17 00:00:00 2001 From: mh-mobile Date: Sun, 24 Mar 2024 15:59:25 +0900 Subject: [PATCH] Update README to specify version 510.1.0 for building from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db92fa2a2..6b29d73eb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Run `brew install swift-format` to install the latest version. Install `swift-format` using the following commands: ```sh -VERSION=509.0.0 # replace this with the version you need +VERSION=510.1.0 # replace this with the version you need git clone https://github.com/apple/swift-format.git cd swift-format git checkout "tags/$VERSION"