modify release notes / scripts for separate medley maiko releases (#436)
* modify release notes / scripts for separate medley maiko releases * Tweak release notes * more edits release notes
This commit is contained in:
@@ -1,25 +1,24 @@
|
||||
Each release should have a subset of the medley repo in a file
|
||||
We've moved to separate releases of medley and maiko.
|
||||
Just get the latest version of each.
|
||||
|
||||
Or, you could pick up the medley release and build your own maiko.
|
||||
Medley release is here:
|
||||
|
||||
`medley-`releasename`.tgz`
|
||||
|
||||
and at least one
|
||||
`maiko-`releasename`.`osname`.`arch`.tgz`
|
||||
|
||||
e.g.,
|
||||
`maiko-$tag.linux.x86_64.tgz`
|
||||
|
||||
for each os/arch pair for which we have GitHub "action" runners.
|
||||
Maiko relese is [here](https://github.com/Interlisp/maiko/releases)
|
||||
|
||||
To use (from a shell/terminal window):
|
||||
|
||||
1. Unpack the medley tar file
|
||||
```
|
||||
tar -xvfz medley-$tag.tgz
|
||||
tar -xvfz $tag.tgz
|
||||
```
|
||||
and the maiko file for your os.arch
|
||||
```
|
||||
tar -xvfz maiko-$tag.linux.x86_64.tgz
|
||||
```
|
||||
this should leave you with two new directories, `medley` and `maiko`.
|
||||
x and the maiko file for your os.arch, e.g.,
|
||||
```
|
||||
tar -xvfz maiko-210823.linux.x86_64.tgz
|
||||
```
|
||||
This should leave you with two directories, `medley` and `maiko`.
|
||||
Then you can
|
||||
```
|
||||
cd medley
|
||||
|
||||
Reference in New Issue
Block a user