Skip to content

Commit

Permalink
Update shellscript usage help.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 5, 2017
1 parent ac45ea3 commit d37672a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ usage () {
echo " VimWeb install script : ${Version}v0.1.0"
echo " "
echo -e " ${Blue}Install VimWeb for vim${Color_off}"
echo " curl -sLf https://raw.githubusercontent.com/jaywcjlove/vim-web/master/install.sh | bash"
echo " curl -sLf https://raw.githubusercontent.com/jaywcjlove/vim-web/master/install | bash"
echo " "
echo -e " ${Blue}Uninstall VimWeb${Color_off}"
echo " curl -sLf https://raw.githubusercontent.com/jaywcjlove/vim-web/master/install.sh | bash -s -- uninstall"
echo " curl -sLf https://raw.githubusercontent.com/jaywcjlove/vim-web/master/install | bash -s -- uninstall"
echo " "
}

Expand Down

0 comments on commit d37672a

Please sign in to comment.