Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 086af0e

Browse files
author
Ma Weiwei
committed
sh -x show command current run
1 parent 0c02ab5 commit 086af0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
打开终端,执行下面的命令就自动安装好了:
1212

13-
`wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh`
13+
`wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x`
1414

1515
### 或者自己手动安装:(以ubuntu为例)
1616

1717
1. 安装vim `sudo apt-get install vim`
1818
- 安装ctags:`sudo apt-get install ctags`
19-
- 安装一些必备程序:`sudo apt-get install python-twisted xclip vim-gnome astyle python-setuptools`
19+
- 安装一些必备程序:`sudo apt-get install xclip vim-gnome astyle python-setuptools`
2020
- python代码格式化工具:`sudo easy_install -ZU autopep8`
2121
- `sudo ln -s /usr/bin/ctags /usr/local/bin/ctags`
2222
- clone配置文件:`cd ~/ && git clone git://github.com/ma6174/vim.git`

0 commit comments

Comments
 (0)