ソースを参照

update CONTRIBUTING

Daniel Zlotin 6 年 前
コミット
ff2b1f3bf8
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6
    0
      docs/docs/CONTRIBUTING.md

+ 6
- 0
docs/docs/CONTRIBUTING.md ファイルの表示

@@ -29,6 +29,12 @@ echo "Downloading Android SDK"
29 29
 curl --location https://dl.google.com/android/android-sdk_r24.4.1-macosx.zip | tar -x -z -C $HOME
30 30
 ```
31 31
 
32
+* [AppleSimulatorUtils](https://github.com/wix/AppleSimulatorUtils)
33
+
34
+```
35
+brew tap wix/brew
36
+brew install --HEAD applesimutils
37
+```
32 38
 
33 39
 ## Basics - Getting Started
34 40