We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfbb0b commit 1524b9aCopy full SHA for 1524b9a
README.md
@@ -62,16 +62,24 @@ Requirements
62
63
### How to Install Carthage
64
65
-このプロジェクトは、サードパーティモジュールを [Carthage](https://github.com/Carthage/Carthage) によって管理しています。
66
-あらかじめ Carthage をインストールしておいてください:
67
-
+このプロジェクトは、サードパーティライブラリを [Carthage](https://github.com/Carthage/Carthage) によって管理しています。Carthage は [Homebrew](https://brew.sh/index_ja) でインストールできます:
68
69
```console
70
$ brew install carthage
71
```
72
73
74
+### How to install third party libraries
+
75
+Carthage が準備できたら、ビルド前に以下のコマンドを実行してください:
76
77
+```console
78
+$ carthage bootstrap --platform iOS --no-use-binaries
79
+```
80
81
82
83
How to Run Tests
84
----------------
85
### Xcode
0 commit comments