1
0
mirror of synced 2026-01-20 18:17:21 +00:00
Interlisp.medley/release-notes.md
Larry Masinter 185ee4db70
Release tweaks (#448)
* Fix release notes errors + tweaks in SYSEDIT

* releaseone.sh was for the previous setup with combined releases

* single backticks don't work in release notes
2021-09-02 20:36:05 -07:00

30 lines
623 B
Markdown

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 (below):
```
$tag.tgz
```
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 $tag.tgz
```
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
./run-medley -full
```