From 9e34f3da68ac423cb4bcb90e856a4c27ddb03f2b Mon Sep 17 00:00:00 2001 From: JM Date: Sat, 15 Dec 2018 12:49:17 -0500 Subject: [PATCH] Update ReadMe for clarity and the commands - Add Graphics packs to the verbage of the ReadMe - Update the 'wget' command to include a specific file to output too in case a user runs the script when a 'cemutil.sh' already exists in the directory, this will prevent if from creating 'cemutil.sh.#' and not running the latest script as part of the rest of the command. - Add a second version of the command to run with the '-a' flag as a quick all-in-one command --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4b5f81..22364b2 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,21 @@ cemutil -- a Linux CEMU install helper Capabilties =============================================================== - - Supports downloading latest cemu and cemuzips, then installing them to either ~/.cemu or a location of your choosing. + - Supports downloading latest cemu, cemuzips and graphic packs, then installing them to either ~/.cemu or a location of your choosing. - Supports using local zips for the install. - Creates and configures a wineprefix in the install directory, to not impact the default prefix. - Creates two launch scripts: one for cemu normally (with glthread and vsync flags set), and another for launching Zelda BOTW on gcn3 cards (e.g. polaris, fiji). Running =============================================================== -Run the following to download and run the program to see usage capabilities: +Run the following commands to download and run the program to see usage capabilities: ``` -wget 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 +``` + +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 ``` Support