mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 01:08:00 +00:00
Add INSTALL.md
This commit is contained in:
parent
15bfe616bc
commit
9f86f48ae6
15
INSTALL.md
Normal file
15
INSTALL.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user