Skip to content

Commit e925077

Browse files
authored
fastlane#1222 improve wording, grammar, and formatting in installing-fastlane.md
2 parents e94bac4 + 4f822a7 commit e925077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/includes/installing-fastlane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
_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.
1+
_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.
22

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

55
**Ruby**
66

7-
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.
7+
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.
88

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

0 commit comments

Comments
 (0)