From b66b5ac9c94b0b981d2dd5b49d26c0ce9188d83d Mon Sep 17 00:00:00 2001 From: abcdefg <78954867+61bcdefg@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:22:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa0c3f41d..a720e1201 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo contains Hikari's Swift Ports. It's ideal for Xcode users to use this # Building ``` export SKIP_XCODE_VERSION_CHECK=1 -git clone --recurse-submodules -b swift-5.7.2-RELEASE https://github.com/NeHyci/Hikari-Swift.git ~/Downloads/Hikari-Swift +git clone --recurse-submodules -b swift-5.7.2-RELEASE https://github.com/61bcdefg/Hikari-Swift.git ~/Downloads/Hikari-Swift cd ~/Downloads/Hikari-Swift/ ./swift/utils/build-toolchain Hikari ```