diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..862224a --- /dev/null +++ b/INSTALL.md @@ -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.