Skip to content

Instantly share code, notes, and snippets.

@vkotovv
Created April 24, 2018 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkotovv/ffb31539923be69aa960fb596bb5faf1 to your computer and use it in GitHub Desktop.
Save vkotovv/ffb31539923be69aa960fb596bb5faf1 to your computer and use it in GitHub Desktop.
Vagrant git-sh make install
[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