Created
December 21, 2015 04:51
-
-
Save anonymous/6e55bdc7b960cb3a5ddb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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