Closed RobertAudi closed 10 years ago
Oops, haven't tagged 0.1.0.
While curl
is installed by default on OSX, it is intended for raw HTTP access. wget is better suited for getting files.
Cool thanks :+1:
How about the homebrew package? Would be nice to be able to update using homebrew.
Tagged and updated the local homebrew formula.
Awesome :+1:
I am going to be a pain in the ass though (sorry). Could you add instructions to install via homebrew:
$ brew install --HEAD https://raw.github.com/postmodern/gem_home/master/homebrew/gem_home.rb
Also, not sure about the syntax of formulas, but when I installed it the linking failed:
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/gem_home/gem_home.sh
/usr/local/share/gem_home is not writable.
You can try again using:
brew link gem_home
So I think the formula should be modified with does changes:
gem_home.sh
file (source /usr/local/Cellar/gem_home/HEAD/share/gem_home/gem_home.sh
)Thanks! :+1:
In the installation instructions, the
wget
command fails with a404
. There is no releases/tags/archives on this repo. (I had to clone the repo manually).As a side note,
wget
is not available in OS X by default, it needs to be installed using homebrew. So acurl
alternative example could be nice (or instructions on how to install with homebrew, since the keg exists in the repo already).