From ee3982a01bc565b21ab10b4366dd1111fde76729 Mon Sep 17 00:00:00 2001 From: The Why Man <5017652+thewhyman@users.noreply.github.com> Date: Sun, 12 Mar 2023 11:05:43 -0700 Subject: [PATCH] Update install.md Signed-off-by: The Why Man <5017652+thewhyman@users.noreply.github.com> (cherry picked from commit ecaca980c94415f0def49763606dddc22f92995f) --- docs/source/install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/install.md b/docs/source/install.md index 8583a81ad7b..ea2bf934f8c 100644 --- a/docs/source/install.md +++ b/docs/source/install.md @@ -59,8 +59,9 @@ To specify the components to download add one or more of the following arguments To pull the Docker containers and clone the samples repo, run one of these commands for example ```bash -./install-fabric.sh docker samples -./install-fabric.sh d s +./install-fabric.sh docker samples binary +or +./install-fabric.sh d s b ``` If no arguments are supplied, then the arguments `docker binary samples` are assumed.