Skip to content

Instantly share code, notes, and snippets.

Created December 21, 2015 04:51
Show Gist options
  • Save anonymous/6e55bdc7b960cb3a5ddb to your computer and use it in GitHub Desktop.
Save anonymous/6e55bdc7b960cb3a5ddb to your computer and use it in GitHub Desktop.
[ninetysix@localhost ruby-install]$ ls
bin ChangeLog.md CONTRIBUTING.md doc homebrew LICENSE.txt Makefile pkg README.md rpm setup.sh share test
[ninetysix@localhost ruby-install]$ sudo make install
for dir in `find bin share -type d`; do mkdir -p /usr/local/$dir; done
for file in `find bin share -type f`; do cp $file /usr/local/$file; done
mkdir -p /usr/local/share/doc/ruby-install-0.5.1
cp -r *.md *.txt /usr/local/share/doc/ruby-install-0.5.1/
[ninetysix@localhost ruby-install]$ sudo ruby-install ruby
sudo: ruby-install: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment