14 lines
217 B
Markdown
14 lines
217 B
Markdown
|
## How to install ruby?
|
||
|
|
||
|
To install ruby you should go [here](https://www.ruby-lang.org/en/downloads/).
|
||
|
|
||
|
## Install requirements:
|
||
|
```bash
|
||
|
bundle install
|
||
|
```
|
||
|
|
||
|
## Requirements in the project:
|
||
|
* thwait
|
||
|
|
||
|
for `Ruby 3.0.0`
|