cours/installing ruby on macos.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

14 lines
262 B
Markdown

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