Created
April 24, 2018 08:44
-
-
Save vkotovv/ffb31539923be69aa960fb596bb5faf1 to your computer and use it in GitHub Desktop.
Vagrant git-sh make install
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
[vagrant@localhost git-sh]$ sudo make install | |
install -d "/usr/local/bin" | |
install -m 0755 git-sh "/usr/local/bin/git-sh" | |
install -d "/usr/local/share/man/man1" | |
install -m 0644 git-sh.1.roff "/usr/local/share/man/man1/git-sh.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment