Skip to content

Commit 23436ae

Browse files
committed
doc: 增加ruby版本管理文档
1 parent 2ad1aa9 commit 23436ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/docs/questions/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ RN版本使用0.69.0
287287
288288
289289
## 11.React Native 0.70.0 ios fresh project errors out on run-ios
290-
请保证你的ruby版本为`2.7.5`<!--rehype:style=color: red;background: #ffd2d2;-->或`更高版本`<!--rehype:style=color: red;background: #ffd2d2;-->,你可以使用 [rbenv](https://github.com/rbenv/rbenv#readme) 来管理你的ruby版本
290+
请保证你的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版本
291291
292292
#### 1.`安装 rbenv`
293293
```
@@ -296,7 +296,7 @@ $ brew install rbenv ruby-build # macOS
296296
$ sudo apt install rbenv
297297
```
298298
299-
#### 2.`管理 ruby`
299+
#### 2.`管理 ruby版本`
300300
```
301301
# 列出最新的稳定版本
302302
$ rbenv install -l

0 commit comments

Comments
 (0)