Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykws/hello-ruby
Getting started Ruby
https://github.com/ykws/hello-ruby
ruby
Last synced: 22 days ago
JSON representation
Getting started Ruby
- Host: GitHub
- URL: https://github.com/ykws/hello-ruby
- Owner: ykws
- Created: 2020-02-02T02:48:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T07:18:31.000Z (8 months ago)
- Last Synced: 2024-03-02T08:27:47.531Z (8 months ago)
- Topics: ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello, Ruby
[![macOS](https://img.shields.io/badge/macOS-Sonoma-black)](https://developer.apple.com/macos/)
[![Ruby](https://img.shields.io/badge/Ruby-3.3.0-red)](https://www.ruby-lang.org/)## Get started
Nothing needed to get started on Mac OS.
[Source](https://github.com/ruby/ruby)
## Optional
If you need to use multiple versions or latest version.* [rbenv](https://github.com/rbenv/rbenv)
### Upgrade
Example: upgrade to 3.3.0
```
brew upgrade ruby-build
``````
rbenv install --list
``````
rbenv install 3.3.0
``````
rbenv global 3.3.0
``````
% ruby --version
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
```