needed updated release-notes.md
This commit is contained in:
committed by
Larry Masinter
parent
ee5efd782f
commit
ad912885aa
@@ -5,7 +5,7 @@ and at least one
|
||||
`maiko-`releasename`.`osname`.`arch`.tgz`
|
||||
|
||||
e.g.,
|
||||
`maiko-v3.5.1.6.linux.x86_64.tgz`
|
||||
`maiko-$tag.linux.x86_64.tgz`
|
||||
|
||||
for each os/arch pair for which we have GitHub "action" runners.
|
||||
|
||||
@@ -13,11 +13,11 @@ To use (from a shell/terminal window):
|
||||
|
||||
1. Unpack the medley tar file
|
||||
```
|
||||
tar -xvfz medley-v3.5.1.6.tgz
|
||||
tar -xvfz medley-$tag.tgz
|
||||
```
|
||||
and the maiko file for your os.arch
|
||||
```
|
||||
tar -xvfz maiko-v3.5.1.6.linux.x86_64.tgz
|
||||
tar -xvfz maiko-$tag.linux.x86_64.tgz
|
||||
```
|
||||
this should leave you with two new directories, `medley` and `maiko`.
|
||||
Then you can
|
||||
@@ -25,4 +25,5 @@ To use (from a shell/terminal window):
|
||||
cd medley
|
||||
./run-medley -full
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user