Install

Explain how you can install the project.

Using curl

curl -L https://github.com/hobbestigrou/Vim-Mahewin-Repository/raw/master/install.sh | bash

Using wget

wget --no-check-certificate https://github.com/hobbestigrou/Vim-Mahewin-Repository/raw/master/install.sh -O - | bash

Manually

To install the project simply clone:

git clone https://github.com/hobbestigrou/Vim-Mahewin-Repository.git .vim-mahewin-repository

And then make a symbolic link:

ln -s .vim-mahewin-repository/vimrc .vimrc

I recommend using the method with curl or wget.