Skip to content

Commit

Permalink
Add a bootstrap script.
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Oct 17, 2010
1 parent 6ae5611 commit 312018f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -26,6 +26,11 @@ report an issue to the issue tracker.
2. `cd ~/.vim`
3. `rake`

or

`curl http://github.com/carlhuda/janus/raw/master/bootstrap.sh \
-o - | sh`

## Updating to the latest version

To update to the latest version of the distribution, just run `rake`
Expand Down
4 changes: 4 additions & 0 deletions bootstrap.sh
@@ -0,0 +1,4 @@
for i in ~/.vim ~/.vimrc ~/.gvimrc; do [ -e $i ] && mv $i $i.old; done
git clone git://github.com/carlhuda/janus.git ~/.vim
cd ~/.vim
rake

0 comments on commit 312018f

Please sign in to comment.