Ruby Cheatsheet
Mac Setup¶
-
Install Ruby Latest¶
# Install rvm curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s stable # Update $PATH source /Users/me/.rvm/scripts/rvm # Install ruby rvm install ruby@latest
Check ruby version:
-
Install C****ocoapods
Last update: 2023-03-28