Skip to content

Commit

Permalink
improve wording, grammar, and formatting in installing-fastlane.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gupta-soham committed Oct 27, 2023
1 parent 9ae32d1 commit 4f822a7
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 4f822a7

Please sign in to comment.