diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bd24a0 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# README + +## Installation + +```bash +git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim +``` + +## Update +```bash +cd ~/.vim +git fetch origin +git rebase origin/master +git submodule update --init --recursive +```