From b36c27ab69958b0100bab4d64b070396efd394bb Mon Sep 17 00:00:00 2001 From: Joel Santos Date: Sun, 18 Nov 2018 15:41:06 +0000 Subject: [PATCH] [upd] README with the right pipe to shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8f129..27bfa3f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ crate. ## For a fast initialization start ```sh -curl https://raw.githubusercontent.com/rust-console/gba/master/init.sh -sSf | sh APP_NAME +curl https://raw.githubusercontent.com/rust-console/gba/master/init.sh -sSf | bash -s APP_NAME ``` # Contribution