Skip to content

Commit

Permalink
chore: update native-cocoapods.md (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 authored Sep 21, 2023
1 parent 569bd3b commit 904f938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/native/native-cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install the [CocoaPods dependency manager](https://cocoapods.org/) using the ins
<tabs>
<tab title="RVM">

1. Install [Ruby version manager](https://rvm.io/rvm/install) in case you don't have yet.
1. Install [Ruby version manager](https://rvm.io/rvm/install) in case you don't have it yet.
2. Install Ruby. You can choose a specific version:

```bash
Expand All @@ -35,7 +35,7 @@ Install the [CocoaPods dependency manager](https://cocoapods.org/) using the ins
</tab>
<tab title="Rbenv">

1. Install [rbenv from GitHub](https://github.com/rbenv/rbenv#installation) in case you don't have yet.
1. Install [rbenv from GitHub](https://github.com/rbenv/rbenv#installation) in case you don't have it yet.
2. Install Ruby. You can choose a specific version:
```bash
Expand Down Expand Up @@ -80,7 +80,7 @@ sudo gem install cocoapods
>
{type="warning"}

1. Install [Homebrew](https://brew.sh/) in case you don't have yet.
1. Install [Homebrew](https://brew.sh/) in case you don't have it yet.
2. Install CocoaPods:
Expand Down

0 comments on commit 904f938

Please sign in to comment.