-
-
Save jacobbednarz/f01ec3770b9daa80c97f 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
→ cat /usr/bin/rails | |
#!/bin/sh | |
echo 'Rails is not currently installed on this system. To get the latest version, simply type:' | |
echo | |
echo ' $ sudo gem install rails' | |
echo | |
echo 'You can then rerun your "rails" command.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment