Skip to content

Commit ef36658

Browse files
committed
fix text on setting up env
1 parent 224fd45 commit ef36658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setting-up-your-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,18 @@ please read /home/myusername/.rvm/log/1739938091_ruby-2.5.8/make.log
200200
There has been an error while running make. Halting the installation.
201201
```
202202

203-
And if the the `make.log` file has this lines at the end:
203+
And if the the `make.log` file has these lines at the end:
204204
```
205205
make: *** [uncommon.mk:240: build-ext] Error 2
206206
++ return 2
207207
```
208208

209-
Probably you need to run the following command to install a specific openssl dependency needed to compile ruby-2.5.8:
209+
Probably you need to run the following command to install a specific openssl dependency needed by ruby-2.5.8 compilation:
210210
```
211211
rvm pkg install openssl
212212
```
213213

214-
And then install/compile ruby with the following command:
214+
Then install/compile ruby with the following command:
215215
```
216216
rvm install ruby-2.5.8 --with-openssl-dir=$HOME/.rvm/usr
217217
```

0 commit comments

Comments
 (0)