Skip to content

Commit f088846

Browse files
committed
add sudo pip to update.sh
1 parent b1e4f26 commit f088846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git checkout .vim/autoload/plug.vim
77
git pull origin master
88

99
# neovim
10-
pip install --upgrade neovim
10+
sudo pip install --upgrade neovim
1111
#pip3 install --upgrade neovim
1212

1313
# update plug.vim

0 commit comments

Comments
 (0)