Skip to content

Commit fa1bccc

Browse files
committed
Merge pull request rust-lang#42 from waynenilsen/master
change readme for easier copy/paste
2 parents 6932a6b + 85ea3cc commit fa1bccc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ details.
1717

1818
### Using [Pathogen][p]
1919

20-
1. `cd ~/.vim/bundle`
21-
2. `git clone https://github.com/rust-lang/rust.vim.git`
20+
```shell
21+
git clone --depth=1 https://github.com/rust-lang/rust.vim.git ~/.vim/bundle/rust.vim
22+
```
2223

2324
[r]: https://rust-lang.org
2425
[v]: https://github.com/gmarik/vundle

0 commit comments

Comments
 (0)