hamsternik / dotfiles

Configurations for tools I use every day.
3 stars 0 forks source link

Write `rbenv` paragraph in README #21

Open hamsternik opened 5 years ago

hamsternik commented 5 years ago

Motivation

As iOS engineer I'm always using fastlane to automate apps' deployment workflow and some kind of daily tasks which I'm able to automate writing script on ruby for that. But I can't use a system version of Ruby pre-installed on macOS to install any gems 'cause it's not scale for my needs to have multiple versions of Ruby installed locally. That problem `rbenv is designed to resolve.

What should be done

Write a standalone paragraph in README about what is rbenv, how to set up it. Add links to official repo.