Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

update brew install command #2940

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update brew install command
RayBB authored Apr 11, 2021
commit c5c8fd56b28297d1a9167425f5746f2409e12911
2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ xcode-select --install
<td width="33%" align="center">macOS or Linux with Ruby 2.0.0 or above</td>
</tr>
<tr>
<td width="33%"><code>brew cask install fastlane</code></td>
<td width="33%"><code>brew install --cask fastlane</code></td>
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
</tr>