Skip to content

Commit 1524b9a

Browse files
committed
Note usage for Carthage
1 parent 1cfbb0b commit 1524b9a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,24 @@ Requirements
6262

6363
### How to Install Carthage
6464

65-
このプロジェクトは、サードパーティモジュールを [Carthage](https://github.com/Carthage/Carthage) によって管理しています。
66-
あらかじめ Carthage をインストールしておいてください:
67-
65+
このプロジェクトは、サードパーティライブラリを [Carthage](https://github.com/Carthage/Carthage) によって管理しています。Carthage は [Homebrew](https://brew.sh/index_ja) でインストールできます:
6866

6967
```console
7068
$ brew install carthage
7169
```
7270

7371

7472

73+
### How to install third party libraries
74+
75+
Carthage が準備できたら、ビルド前に以下のコマンドを実行してください:
76+
77+
```console
78+
$ carthage bootstrap --platform iOS --no-use-binaries
79+
```
80+
81+
82+
7583
How to Run Tests
7684
----------------
7785
### Xcode

0 commit comments

Comments
 (0)