From b9591f7a2caba10c6624fdad56f90b9a28cf84c2 Mon Sep 17 00:00:00 2001 From: Niraj Pant Date: Tue, 28 Jun 2016 16:19:55 -0700 Subject: [PATCH] Update install commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b753c83..817abc6 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ Download zip [file] (https://github.com/maksimr/vim-jsbeautify/archive/master.zi or clone project. Then copy `plugin` folder from the plugin's directory to your `~/.vim` folder. ``` bash -unzip master.zip +unzip vim-jsbeautify-master.zip cd vim-jsbeautify-master cp -r plugin ~/.vim/ ``` Then download the zip file for [js-beautify](https://github.com/beautify-web/js-beautify/archive/master.zip) and place its contents in `~/.vim/plugin/lib/`, ie: ```bash -wget https://github.com/beautify-web/js-beautify/archive/master.zip && $ cp -rf js-beautify/ ~/.vim/plugin/lib/ +wget https://github.com/beautify-web/js-beautify/archive/master.zip && unzip master.zip && cp -rf js-beautify-master/ ~/.vim/plugin/lib/ ``` ### Installing using pathogen