Skip to content

Instantly share code, notes, and snippets.

@joeweller
joeweller / howto-install-jekyll_homebrew-rbenv.txt
Last active November 4, 2021 23:49 — forked from r-brown/howto-install-jekyll_homebrew-rbenv.txt
How to install Jekyll using Homebrew and rbenv - native on m1 mac
# install Homebrew, visit: https://brew.sh/
# check current user
$ echo $(whoami)
# optional - uninstall brew ruby
$ brew uninstall ruby
# install rbenv
$ brew update