From a693d03ce7b072790cbdd825595527cae448d928 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 28 Jan 2018 12:23:56 +0100 Subject: [PATCH] add: README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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 +```