From f9f1038efbdb7b94d494aeacf0ae546d166a2920 Mon Sep 17 00:00:00 2001 From: Fulton Browne Date: Tue, 22 Mar 2022 23:56:51 -0500 Subject: [PATCH] Fixed some bad doc's (#751) * Fixed some bad doc's * Minor change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8298ede9..5d076030 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ From a shell/terminal window: Unpack the medley loadups file * `cd ` ~parent~ -* `tar -xvfz medley-`YYMMDD`-loadups.tgz` +* `tar xvzf medley-`YYMMDD`-loadups.tgz` 2. Unpack the medley runtime OR clone the Medley repo (the "medley runtime" is just a subset of the whole repo) -* `tar -xvfz medley-`YYMMDD`-runtime.tgz` +* `tar xvzf medley-`YYMMDD`-runtime.tgz` OR ``` @@ -52,7 +52,7 @@ Unpack the medley loadups file 3. Unpack the maiko file for your operating system and CPU type, e.g., ``` - tar -xvfz maiko-210823.linux.x86_64.tgz + tar xvzf maiko-210823.linux.x86_64.tgz ``` 3. This should leave you with two directories, `medley` and `maiko`.