Skip to content

Commit

Permalink
Update fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scoff committed Jan 19, 2018
1 parent 7068669 commit ad15a35
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
```

## Choose your installation method:

| Method | OS support | Description |
|----------------------------|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
| [Homebrew](http://brew.sh) | macOS | `brew cask install fastlane` |
| Installer Script | macOS | [Download the zip file](https://download.fastlane.tools). Then double click on the `install` script (or run it in a terminal window). |
| RubyGems | macOS or Linux with Ruby 2.0.0 or above | `sudo gem install fastlane -NV` |
Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`

# Available Actions
## iOS
Expand Down

0 comments on commit ad15a35

Please sign in to comment.