From 9f86f48ae69053d420e932b96a3d31c6f5c06b3d Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Fri, 7 Jun 2019 17:54:40 +0200 Subject: [PATCH] Add INSTALL.md --- INSTALL.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 INSTALL.md 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.