add: README
This commit is contained in:
parent
d5055becf1
commit
a693d03ce7
15
README.md
Normal file
15
README.md
Normal file
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user