1
0
mirror of synced 2026-04-26 12:18:05 +00:00

release more (#447)

* move badfiles

* fix release to include sources

* load known, used image object defns

* add docs/Documentation Tools to release

* Avoid --exclude-backups with explicit exclude

* fix typo remove 'release-one' leftover from older regime

* update release notes
This commit is contained in:
Larry Masinter
2021-09-03 14:05:09 -07:00
committed by GitHub
parent 9d4a8796dd
commit 995c321f59
5 changed files with 152 additions and 15 deletions

View File

@@ -1,13 +1,9 @@
We've moved to separate releases of medley and maiko.
There are 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
```
Alternatively, you can pick up the medley release, and build your own maiko.
Maiko relese is [here](https://github.com/Interlisp/maiko/releases)
Get the Maiko release [here](https://github.com/Interlisp/maiko/releases).
To use (from a shell/terminal window):
@@ -15,15 +11,19 @@ To use (from a shell/terminal window):
```
tar -xvfz $tag.tgz
```
and the maiko file for your os.arch, e.g.,
2. Unpack the maiko file for your operating system and CPU type,e.g.,
```
tar -xvfz maiko-210823.linux.x86_64.tgz
```
This should leave you with two directories, `medley` and `maiko`.
3. This should leave you with two directories, `medley` and `maiko`.
Then you can
```
cd medley
./run-medley -full
```