Add INSTALL.md

This commit is contained in:
Daniel Carrillo 2019-06-07 17:54:40 +02:00
parent 15bfe616bc
commit 9f86f48ae6
1 changed files with 15 additions and 0 deletions

15
INSTALL.md Normal file
View File

@ -0,0 +1,15 @@
# Install and update
## Install
```bash
git clone https://github.com/dcarrillo/prezto.git ~/.zprezto
cd ~/.zprezto
git remote add upstream https://github.com/sorin-ionescu/prezto.git
git submodule update --init --recursive
```
## Keep updated
Run the [update](scripts/update_zprezto) script.