Skip to content

Commit

Permalink
Updated README with instructions for JavaScript Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jun 23, 2011
1 parent dbfca0f commit 290ecc5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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``.

0 comments on commit 290ecc5

Please sign in to comment.