diff --git a/content/en/software/_index.md b/content/en/software/_index.md index 2ab37445..b9eb8f60 100644 --- a/content/en/software/_index.md +++ b/content/en/software/_index.md @@ -13,10 +13,10 @@ There are two main ways of running Medley: accessing it online in a web browser * [Access Medley Online](access-online): how to access Medley running on our servers using your web browser. * [Install and Run](install-and-run): how to set Medley up on your computer, and (re)start each time. -Once you are up and running, see "[Using Medley](using-medley)" for some basics and pointers to other documentation. +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/). * [Run Medley in the browser](http://wasm.interlisp.org/medley.html) -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. +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. 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. diff --git a/content/en/software/install-and-run/_index.md b/content/en/software/install-and-run/_index.md index 31dbcb40..4a4ac2c5 100644 --- a/content/en/software/install-and-run/_index.md +++ b/content/en/software/install-and-run/_index.md @@ -11,9 +11,6 @@ weight: 10 type: docs --- -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. - -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). - - +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. +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).