From 94367e89693caa6f72ca91534fd0a7037a262d02 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 27 Nov 2019 10:44:44 +0100 Subject: [PATCH] Updated Quick Installer usage (markdown) --- Quick-Installer-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-Installer-usage.md b/Quick-Installer-usage.md index b83ddb2..0a99a3f 100644 --- a/Quick-Installer-usage.md +++ b/Quick-Installer-usage.md @@ -23,5 +23,5 @@ Similarly, this option overrides the default git branch (master). This is useful An example combining the two options is given below: ``` -curl -sL https://install.raspap.com | bash -s -- --repo billz/my-other-repo --branch my-great-feature +curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-great-feature ```