cours/installing ruby on macos.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

14 lines
260 B
Markdown

up::[[installing things]], [[ruby]]
title::"how to install ruby and gem"
description::"`brew install chruby ruby-install`", "`ruby-install ruby`"
#informatique
----
You need [[homebrew]].
```bash
$> brew install chruby ruby-install
$> ruby-install ruby
```