From 4d443edea10172fb284a2be46b0f2ea97c88b784 Mon Sep 17 00:00:00 2001 From: JM Date: Sat, 15 Dec 2018 16:01:48 -0500 Subject: [PATCH] Update ReadMe Running Section Fix the missing "-a" on the second command under the "Running" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22364b2..a7694d9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ wget -O ./cemutil.sh https://github.com/CEMULinux/cemutil/raw/master/cemutil.sh Run the following commands to download and run the program with the '-a' flag to download Cemu, Cemu Hook and the latest Graphics Packs: ``` -wget -O ./cemutil.sh https://github.com/CEMULinux/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh +wget -O ./cemutil.sh https://github.com/CEMULinux/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh -a ``` Support