Skip to content

Commit 0f0307b

Browse files
committed
Rewrite zip section
1 parent 63fd509 commit 0f0307b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Readme.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ compiling, and more.
1010
- Installation
1111
- [Install using Pathogen](#install-using-pathogen)
1212
- [Install using Vundle](#install-using-vundle)
13-
- [Install from a Zipball](#install-from-a-zipball)
13+
- [Install from a Zip File](#install-from-a-zip-file)
1414
- Coffee Commands
1515
- [Compile to JavaScript](#compile-to-javascript)
1616
- [Compile CoffeeScript Snippets](#coffeecompile-compile-coffeescript-snippets)
@@ -97,22 +97,20 @@ Updating takes two steps:
9797

9898
To update, open vim and run `:BundleInstall!` (notice the bang!)
9999

100-
## Install from a Zipball
100+
## Install from a Zip File
101101

102-
1. Download the latest zipball from [vim.org][zipball-vim] or
103-
[github][zipball-github].
102+
1. Download the latest zip file from [vim.org][zip].
104103

105104
2. Extract the archive into `~/.vim/`:
106105

107-
unzip -od ~/.vim/ ZIPBALL.zip
106+
unzip -od ~/.vim/ ARCHIVE.zip
108107

109-
This should create the directories `~/.vim/autoload/`, `~/.vim/compiler/`,
110-
etc.
108+
This should create the files `~/.vim/autoload/coffee.vim`,
109+
`~/.vim/compiler/coffee.vim`, etc.
111110

112111
You can update the plugin using the same steps.
113112

114-
[zipball-vim]: http://www.vim.org/scripts/script.php?script_id=3590
115-
[zipball-github]: https://github.com/kchmck/vim-coffee-script/releases
113+
[zip]: http://www.vim.org/scripts/script.php?script_id=3590
116114

117115
## Compile to JavaScript
118116

0 commit comments

Comments
 (0)