# Fedora环境下Ruby快速起步

## 安装Ruby

* 安装CRuby

```
sudo dnf install ruby
```

## 参考

* [Fedora developer: Languages & databases Ruby](https://developer.fedoraproject.org/tech/languages/ruby/ruby-installation.html)
