diff options
author | Ivan Chen <ivan.if.chen@gmail.com> | 2020-09-18 00:56:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 00:56:53 -0400 |
commit | 116d9e7052e1dc64ec023c8480138d5abe9fa81e (patch) | |
tree | b31b0f26919262dfefeac4068d271299980da0a3 | |
parent | 83e655b9a252cf623b2f5c094212375723457285 (diff) |
Updated README.md (#40)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ In order to build your project in Xcode and Android Studio, your project depende `yarn` -which will install your node dependencies, then, navigating into the `ios/` directory +which will install your node dependencies, then, navigating into the `ios/` directory (if you run into any issues here, try skip to step 3 and setup Xcode cli first then come back and try again) `pod install` |