Skip to content

Instantly share code, notes, and snippets.

@EverettBerry
Created April 23, 2023 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EverettBerry/d8d3bec28a4bb5df0194d0b6ab21c20a to your computer and use it in GitHub Desktop.
Save EverettBerry/d8d3bec28a4bb5df0194d0b6ab21c20a to your computer and use it in GitHub Desktop.
Local Ruby and Jekyll install on Ubuntu 22.04
  sudo apt install ruby ruby-dev
  gem install --user-install bundler
  bundle config set --local path 'vendor/bundle'
  bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment