Skip to content

Instantly share code, notes, and snippets.

@jvmvik
Created November 28, 2022 18:50
Show Gist options
  • Save jvmvik/6665828f3e2e908b64ae35070425a3ae to your computer and use it in GitHub Desktop.
Save jvmvik/6665828f3e2e908b64ae35070425a3ae to your computer and use it in GitHub Desktop.
Apple silicon commands

Install nokogiri on Apple silicon using default Ruby installation

arch -x86_64 gem install nokogiri -v '1.10.10' --platform=ruby -- --use-system-libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment