Skip to content

Commit

Permalink
doc: 增加ruby版本管理文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Mar 21, 2023
1 parent 2ad1aa9 commit 23436ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/docs/questions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ RN版本使用0.69.0
## 11.React Native 0.70.0 ios fresh project errors out on run-ios
请保证你的ruby版本为`2.7.5`<!--rehype:style=color: red;background: #ffd2d2;-->或`更高版本`<!--rehype:style=color: red;background: #ffd2d2;-->,你可以使用 [rbenv](https://github.com/rbenv/rbenv#readme) 来管理你的ruby版本
请保证你的ruby版本为`2.7.5`<!--rehype:style=color: red;background: #ffd2d2;-->或`更高版本`<!--rehype:style=color: red;background: #ffd2d2;-->,你可以使用 [rbenv](https://github.com/rbenv/rbenv#readme) 或 [RVM ](https://www.ruby-lang.org/en/documentation/installation/#rvm) 来管理你的ruby版本
#### 1.`安装 rbenv`
```
Expand All @@ -296,7 +296,7 @@ $ brew install rbenv ruby-build # macOS
$ sudo apt install rbenv
```
#### 2.`管理 ruby`
#### 2.`管理 ruby版本`
```
# 列出最新的稳定版本
$ rbenv install -l
Expand Down

0 comments on commit 23436ae

Please sign in to comment.