Skip to content

Commit f4e5e1c

Browse files
committed
update README
1 parent ccda588 commit f4e5e1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ We suggest that you use the [Ruby Version Manager (RVM)](https://rvm.io/) to ins
8585
If you don't already have RVM installed, install it from [here](https://rvm.io).
8686

8787
#### Ruby
88-
Zax requires at least version 2.7.2 of [Ruby](https://www.ruby-lang.org/) and version 1.29.10 of RVM to run.
88+
Zax requires at least version 3.2.0 of [Ruby](https://www.ruby-lang.org/) and version 1.29.10 of RVM to run.
8989

9090
To check your Ruby version, type the following in a terminal:
9191

9292
```Shell
9393
ruby -v
9494
```
9595

96-
If you do not have version 2.7.2 or higher, then type the following in a terminal:
96+
If you do not have version 3.2.0 or higher, then type the following in a terminal:
9797
```Shell
98-
rvm install 2.7.2
98+
rvm install 3.2.0
9999
```
100100

101101
#### Installation
@@ -107,7 +107,7 @@ git clone https://github.com/vault12/zax.git
107107

108108
# create the gemset
109109
cd zax
110-
rvm use ruby-2.7.2
110+
rvm use ruby-3.2.0
111111
rvm gemset create zax
112112
rvm gemset use zax
113113

0 commit comments

Comments
 (0)