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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user