Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 214 Bytes

dev-notes.md

File metadata and controls

12 lines (10 loc) · 214 Bytes

Dev notes

brew install ruby rbenv ruby-build
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc

rbenv install 3.1.2
rbenv init
eval "$(rbenv init - zsh)"
rbenv global 3.1.2
bundle install