Skip to content

Commit 0f47100

Browse files
ffledglingtpope
authored andcommitted
Minor change in install instructions in README
Clarify that the commands for installation are to be copy and pasted into the terminal and not into their ~/.vimrc or something else. Prompted by a user in #vim asking where he should paste the commands for installation.
1 parent 020ab25 commit 0f47100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ private directories.
66

77
## Installation
88

9-
Install to `~/.vim/autoload/pathogen.vim`. Or copy and paste:
9+
Install to `~/.vim/autoload/pathogen.vim`.
10+
Or copy and paste the following into your terminal/shell:
1011

1112
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
1213
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

0 commit comments

Comments
 (0)