1
0
mirror of synced 2026-04-29 13:23:08 +00:00

Fixed some bad doc's (#751)

* Fixed some bad doc's

* Minor change
This commit is contained in:
Fulton Browne
2022-03-22 23:56:51 -05:00
committed by GitHub
parent 8400f7bee8
commit f9f1038efb

View File

@@ -37,12 +37,12 @@ From a shell/terminal window:
Unpack the medley loadups file Unpack the medley loadups file
* `cd ` ~parent~ * `cd ` ~parent~
* `tar -xvfz medley-`YYMMDD`-loadups.tgz` * `tar xvzf medley-`YYMMDD`-loadups.tgz`
2. Unpack the medley runtime OR clone the Medley repo 2. Unpack the medley runtime OR clone the Medley repo
(the "medley runtime" is just a subset of the whole 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 OR
``` ```
@@ -52,7 +52,7 @@ Unpack the medley loadups file
3. Unpack the maiko file for your operating system and CPU type, e.g., 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`. 3. This should leave you with two directories, `medley` and `maiko`.