Skip to content

Commit a22f7db

Browse files
authored
Link to our GitHub from the Software page. (#269)
* Issue #2041: Linked to our GitHub from the Software page.
1 parent 6198b43 commit a22f7db

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

content/en/software/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ There are two main ways of running Medley: accessing it online in a web browser
1313
*[Access Medley Online](access-online): how to access Medley running on our servers using your web browser.
1414
*[Install and Run](install-and-run): how to set Medley up on your computer, and (re)start each time.
1515

16-
Once you are up and running, see "[Using Medley](using-medley)" for some basics and pointers to other documentation.
16+
Once you are up and running, see "[Using Medley](using-medley)" for some basics and pointers to other documentation. Our GitHub repositories are [here](https://github.com/interlisp/).
1717

1818
*[Run Medley in the browser](http://wasm.interlisp.org/medley.html)
1919

20-
We are making a build of Medley run in the browser, an experimental port based on the Maiko virtual machine compiled to WebAssembly with Emscripten. To end a session just close the browser tab.
20+
We are working on a build of Medley that runs in the browser, an experimental port based on the Maiko virtual machine compiled to WebAssembly with Emscripten. To end a session just close the browser tab.
2121

2222
We don't recommend this build as it doesn't support a file system and **can't save files**. We acknowledge these limitations and are exploring alternate approaches to running Medley online or in the browser. We welcome help and feedback.

content/en/software/install-and-run/_index.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ weight: 10
1111
type: docs
1212
---
1313

14-
Packaged releases of Medley are available for Linux (most recent distros), MacOS and Windows 10/11. Both x86_64 and Arm64 systems are supported (as well as Arm7 - e.g., Raspberry Pi - for Linux). Instructions for installing and running Medley on these platforms are linked below.
15-
16-
Medley is capable of running on a variety of other OSes including FreeBSD and Solaris as well as on other CPU architectures including i386, SPARC, PowerPC, and Risc-V. To install and run Medley on these platforms, you will need to build Medley (and its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on github.com. Instructions for building Medley and Maiko can be be found on github in the [*readme* for Maiko](https://github.com/interlisp/maiko) and the [*readme* for Medley](https://github.com/interlisp/medley).
17-
18-
14+
Packaged releases of Medley are available for Linux (most recent distros), macOS and Windows 10/11. Both x86_64 and ARM64 systems are supported (as well as ARM7 - e.g., Raspberry Pi - for Linux). Instructions for installing and running Medley on these platforms are linked below.
1915

16+
Medley is capable of running on a variety of other OSes including FreeBSD and Solaris, as well as on other CPU architectures including i386, SPARC, PowerPC, and RISC-V. To install and run Medley on these platforms, you will need to build Medley (and, optionally, its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on [GitHub.com](https://github.com/interlisp/). Instructions for building Medley and Maiko can be found on GitHub in the [*README* for Maiko](https://github.com/interlisp/maiko) and the [*README* for Medley](https://github.com/interlisp/medley).

0 commit comments

Comments
 (0)
close