From 622167d5fb3322921a1702639ebccb42da1f5e1b Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Fri, 6 Mar 2020 18:20:31 +0000 Subject: [PATCH] Issue #3 - added explicit config flag example for checkout_externals in README and blurb about this replacing checkout.sh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 875694750e..3fac2751aa 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ The global-workflow current supports the following machines: ### 1. Check out components -The global-workflow uses the manage_externals utility to handle checking out its components. The manic-v1.1.8 manage_externals tag is supported. +The global-workflow uses the manage_externals utility to handle checking out its components. The manic-v1.1.8 manage_externals tag is supported. The manage_externals utility will be replacing the current checkout.sh script. Run manage_externals (checkout_externals) while at top of clone: ``` -$ checkout_externals +$ checkout_externals -e Externals.cfg ``` If checkout_externals is not in your $PATH then use full path to it: