Skip to content

Commit

Permalink
Note usage for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Sep 29, 2018
1 parent 1cfbb0b commit 1524b9a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,24 @@ Requirements

### How to Install Carthage

このプロジェクトは、サードパーティモジュールを [Carthage](https://github.com/Carthage/Carthage) によって管理しています。
あらかじめ Carthage をインストールしておいてください:

このプロジェクトは、サードパーティライブラリを [Carthage](https://github.com/Carthage/Carthage) によって管理しています。Carthage は [Homebrew](https://brew.sh/index_ja) でインストールできます:

```console
$ brew install carthage
```



### How to install third party libraries

Carthage が準備できたら、ビルド前に以下のコマンドを実行してください:

```console
$ carthage bootstrap --platform iOS --no-use-binaries
```



How to Run Tests
----------------
### Xcode
Expand Down

0 comments on commit 1524b9a

Please sign in to comment.