Skip to content

Commit 8373661

Browse files
authored
Add instructions for exiting Medley (#205)
* Add instructions for exiting Medley * Add instructions for exiting Medley * Add instructions for exiting Medley * Add instructions for exiting Medley
1 parent 34979a6 commit 8373661

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

content/en/software/install-and-run/running-on-linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The .deb package will install Medley as well as any other packages needed for Me
5353
For first-time users: `medley --apps` or for WSL `medley --apps --vnc` is a good starting
5454
point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms.
5555

56+
4. To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
57+
5658
#### Notes:
5759

5860
* By default, `medley` will create a directory in *$HOME/il*. This will be used by the Medley

content/en/software/install-and-run/running-on-mac.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ There are many options to the `medley` command. For a brief overview, run `./me
5858

5959
For first-time users: `./medley -a -e -n` is a good starting point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms. It will start with a Interlisp Exec window (instead of the Xerox Common Lisp Exec window).
6060

61+
To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
62+
6163
#### Notes:
6264

6365
>By default, `medley` will create a directory in *$HOME/il*. This will be used by the Medley system as its *LOGINDIR*. Medley will start up with *LOGINDIR* as its current connected directory. It will load the personal init file (if any) from *LOGINDIR*/INIT or *LOGINDIR*/INIT.LCOM. Finally, Medley will use *LOGINDIR*/vmem/ to store its virtual memory file(s). The location of *LOGINDIR* can be changed using the `--logindir` option to `medley`.

content/en/software/install-and-run/running-on-win.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The installation app will ask for the directory in which to install Medley. Any
4747
cmd /C medley <flags and options>
4848
```
4949

50+
4. To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
51+
5052
Documentation for the `<flags and options>` to the `medley` command can be found [here](https://online.interlisp.org/downloads/man_medley.html)
5153

5254
For first-time users: `medley --apps --interlisp --noscroll` or, equivalently, `medley -a -e -n` is a good starting point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms.

content/en/software/install-and-run/running-on-wsl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ while the X Window on WSL will not so scale. The WSL packages also install the w
2626
package, which is used by Medley to connect to external browsers as described above.
2727
Aside from these two features, a non-WSL .deb package will install and run on WSL.
2828

29+
To exit Medley execute `(IL:LOGOUT)` at the Lisp prompt.
30+
2931
## Accessing Medley for WSL
3032

3133
1. Use a browser to download from the .deb package for your platform (i.e., "standard" WSL) and your machine architecture (X86_64, ARM64, or ARMv7) to `<deb_filepath>` from [the Medley downloads site](https://online.interlisp.org/downloads/medley_downloads.html)

0 commit comments

Comments
 (0)