From 628791fc1dd3c411b5e3552a061377c23742f260 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Sat, 3 Oct 2015 22:06:16 +0200 Subject: [PATCH] Update INSTALLDEV.md --- INSTALLDEV.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALLDEV.md b/INSTALLDEV.md index 9438d103..c05af0b4 100644 --- a/INSTALLDEV.md +++ b/INSTALLDEV.md @@ -33,5 +33,6 @@ If you are planing to do some development you may want to consider doing it unde 5. To upgrade to current master just re-run the deploy script ```bash + git pull origin master bash <( curl -L http://git.io/orchestra-deploy ) --dev ```