From 290ecc5e3b09b9a87d6156bfca6dffd1e0d4e323 Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Thu, 23 Jun 2011 16:05:59 -0300 Subject: [PATCH] Updated README with instructions for JavaScript Lint --- README.markdown | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index bd6786e24..306eadb6c 100644 --- a/README.markdown +++ b/README.markdown @@ -21,11 +21,7 @@ Then enter in the ``.vim`` directory and update the submodules: ####Without git... -So, you don't have git on your computer? I recommend you start to use, but don't worry, you can still get my vimfiles working by download a tar.gz package: - - $ cd $HOME - $ wget https://github.com/downloads/franciscosouza/vimfiles/0.2.tar.gz - $ tar -xvzf 0.2.tar.gz +So, you don't have git on your computer? Install it :P ###Installing @@ -34,6 +30,6 @@ all you need to do is create a ``.vimrc`` on your ``$HOME``: $ echo "source $HOME/.vim/.vimrc" > $HOME/.vimrc -###Gist +###JavaScript lint -You need to copy the github.vim.example to github.vim in order to use [Gist.vim](http://www.vim.org/scripts/script.php?script_id=2423). +In order to use JavaScript lint, you need to add the ``jsl`` executable to your ``PATH``. [Download it](http://javascriptlint.com/download.htm) and add to a directory in your ``PATH``.