Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-liapin committed Sep 2, 2024
1 parent ccda588 commit f4e5e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ We suggest that you use the [Ruby Version Manager (RVM)](https://rvm.io/) to ins
If you don't already have RVM installed, install it from [here](https://rvm.io).

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

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

```Shell
ruby -v
```

If you do not have version 2.7.2 or higher, then type the following in a terminal:
If you do not have version 3.2.0 or higher, then type the following in a terminal:
```Shell
rvm install 2.7.2
rvm install 3.2.0
```

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

# create the gemset
cd zax
rvm use ruby-2.7.2
rvm use ruby-3.2.0
rvm gemset create zax
rvm gemset use zax

Expand Down

0 comments on commit f4e5e1c

Please sign in to comment.