Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
Eddie Kao committed May 13, 2013
1 parent ee15b43 commit ab82893
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -26,9 +26,13 @@ and <a href="http://blog.eddie.com.tw/2012/03/06/my-vimrc/" target="_blank">Here

#### Automatic installer... (DO YOU TRUST ME?)

If you already install `git` and `curl` in your machine, and you trust me and my automatic install shell script, you can install my vimrc in one line command, just copy the following line and paste in terminal:
If you already install `git` in your machine, and you trust me and my automatic install shell script, you can install my vimrc via `curl` or `wget`, just copy one of the following line and paste in terminal:

`sh<(curl -L https://github.com/kaochenlong/eddie-vim/raw/master/utils/install.sh)`
1. via `curl`:
`sh <(curl -L https://github.com/kaochenlong/eddie-vim/raw/master/utils/install.sh)`

2. or via `wget`:
`sh <(wget --no-check-certificate https://github.com/kaochenlong/eddie-vim/raw/master/utils/install.sh -O -)`

#### Manual installation

Expand Down

0 comments on commit ab82893

Please sign in to comment.