Skip to content

Commit aa34e6a

Browse files
authored
chore: symlink command (#300)
1 parent 2fbf502 commit aa34e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ brew install clang-format
1010

1111
# To avoid errors, you might need to link cmake to: /usr/local/bin/cmake
1212
# xcode doesn't read your profile during the build step, which causes it to ignore the PATH
13-
sudo ln -s /usr/local/bin/cmake $(which cmake)
13+
sudo ln -s $(which cmake) /usr/local/bin/cmake
1414

1515
# Clone repo
1616
git clone https://github.com/NativeScript/ios.git

0 commit comments

Comments
 (0)