postmodern / gem_home

A tool for changing your $GEM_HOME
MIT License
118 stars 12 forks source link

Correct download instructions and add M1 notes #20

Closed calebhearth closed 9 months ago

calebhearth commented 2 years ago

curl(1) doesn't save a file by default, and downloading the GitHub page downloads the HTML instead of the file source. Use wget instead and use raw.github.com for the downloads.

On Apple Silicon, Homebrew's prefix is /opt/homebrew rather than /usr/local, so offer that up in instructions as well.