From 38fa9a17f90fe8269d3e0d7ecffc4d2dd5d255af Mon Sep 17 00:00:00 2001 From: Dimitris-Rafail Katsampas Date: Thu, 23 Oct 2025 22:06:15 +0300 Subject: [PATCH] chore: Corrected README symlink command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a25cd4..7c396fc6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ brew install clang-format # To avoid errors, you might need to link cmake to: /usr/local/bin/cmake # xcode doesn't read your profile during the build step, which causes it to ignore the PATH -sudo ln -s /usr/local/bin/cmake $(which cmake) +sudo ln -s $(which cmake) /usr/local/bin/cmake # Clone repo git clone https://github.com/NativeScript/ios.git