Skip to content

Commit

Permalink
#1222 improve wording, grammar, and formatting in `installing-fastlan…
Browse files Browse the repository at this point in the history
…e.md`
  • Loading branch information
rogerluan authored Nov 11, 2023
2 parents e94bac4 + 4f822a7 commit e925077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/includes/installing-fastlane.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
_fastlane_ can be installed in multiple ways. The preferred method is with [_Bundler_](https://bundler.io). _fastlane_ can also be installed directly through with Homebrew (if on macOS). It is possible to use macOS's system Ruby, but it's not recommended, as it can be hard to manage dependencies, and causes conflicts.
_fastlane_ can be installed in multiple ways. The preferred method is with [_Bundler_](https://bundler.io). _fastlane_ can also be installed directly through Homebrew (if on macOS). It is possible to use macOS's system Ruby, but it's not recommended, as it can be hard to manage dependencies and cause conflicts.

#### Managed Ruby environment + Bundler (macOS/Linux/Windows)

**Ruby**

If you use macOS, system Ruby is not recommended. [There is a variety of ways to install Ruby without having to modify your system environment](https://www.ruby-lang.org/en/documentation/installation/#managers). For macOS and Linux, _rbenv_ is one of the most popular ways to manage your Ruby environment.
If you use macOS, system Ruby is not recommended. [There are a variety of ways to install Ruby without having to modify your system environment](https://www.ruby-lang.org/en/documentation/installation/#managers). For macOS and Linux, _rbenv_ is one of the most popular ways to manage your Ruby environment.

_fastlane_ supports Ruby versions 2.5 or newer. Verify which Ruby version you're using:

Expand Down

0 comments on commit e925077

Please sign in to comment.