Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
barretlee committed Apr 14, 2016
1 parent 60cec55 commit bbbcef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ brew install ack ag;
if [[ -d ~/.vim/bundle/YouCompleteMe ]]; then
echo "YouCompleteMe Exists";
else
git clone https://github.com/Valloric/YouCompleteMe.git
~/.vim/bundle/YouCompleteMe;
git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe;
cd ~/.vim/bundle/YouCompleteMe;
# for nodejs
./install.py --tern-completer;
Expand Down
3 changes: 1 addition & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ brew install ack ag;
if [[ -d ~/.vim/bundle/YouCompleteMe ]]; then
echo "YouCompleteMe Exists";
else
git clone https://github.com/Valloric/YouCompleteMe.git
~/.vim/bundle/YouCompleteMe;
git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouCompleteMe;
cd ~/.vim/bundle/YouCompleteMe;
# for nodejs
./install.py --tern-completer;
Expand Down

0 comments on commit bbbcef2

Please sign in to comment.