Skip to content

Commit e80e6e5

Browse files
authored
Removed "Stashed" content and minor cleanup (#188)
1 parent 07b0431 commit e80e6e5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ weight: 20
44
type: docs
55
---
66

7-
Medley on WSL involves installing and maintaining the WSL subsystem within Windows. When installing and using Medley on WSL, you are working within Linux. Some familiarity with Linux and the Linux command line is helpful. Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. Medley sees the WSL file system, and Windows files appear under "/mnt/c/", e.g., Windows download will be in "/mnt/c/Users/yourname/Downloads").
8-
=======
9-
Medley on WSL involves installing and maintaining the WSL subsystem within Windows. When installing and using Medley on WSL you are working within Linux. Some familiarity with Linux and the Linux command line is helpful. Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. Medley sees the WSL file system, and Windows files appear under "/mnt/c/", e.g., Windows download will be in "/mnt/c/Users/yourname/Downloads").
10-
>>>>>>> Stashed changes
7+
Medley on WSL involves installing and maintaining the WSL subsystem within Windows. When installing and using Medley on WSL, you are working within Linux. Some familiarity with Linux and the Linux command line is helpful.
118

12-
Medley will run on either WSL1 or WSL2. WSL2 is preferred, but for older machines that do not support virtualization (see
9+
Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. Medley sees the WSL file system, and Windows files appear under `/mnt/c/`, e.g., Windows download will be in `/mnt/c/Users/yourname/Downloads`.
10+
11+
Medley will run on either WSL1 or WSL2. WSL2 is preferred, but for older machines that do not support virtualization (see
1312
[here](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/hyper-v-requirements))
1413
or Windows builds prior to Windows 10 Build 19041, WSL1 will work just fine although it will be limited to the VNC mode (see below).
1514

@@ -19,7 +18,7 @@ There are release configurations for Debian-based systems; i.e., systems that su
1918

2019
In the [Medley downloads site](https://online.interlisp.org/downloads/medley_downloads.html) get the release asset for WSL and your host machine type (X86_64, ARM64, ARMv7).
2120

22-
The WSL packages differ only in
21+
The WSL packages differ only in
2322
that they include an additional functionality to have Medley display in a VNC Window
2423
instead of a standard X Window. This is useful on high resolution displays since
2524
the VNC window will scale according to the Windows Settings->Display->Scale setting,
@@ -29,11 +28,9 @@ Aside from these two features, a non-WSL .deb package will install and run on WS
2928

3029
## Accessing Medley for WSL
3130

32-
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)
33-
31+
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)
3432
`<deb_filepath>` will depend on whether the browser was started in Windows or in WSL:
35-
* If downloading to the standard Downloads folder, using a WSL-based browser `<deb_filepath>` will be in `~/Downloads`.
36-
* If using a Windows-based browser, `<deb_filepath>` will be in `/mnt/c/Users/<username>/Downloads`.
37-
3833

34+
* If downloading to the standard Downloads folder, using a WSL-based browser `<deb_filepath>` will be in `~/Downloads`.
3935

36+
* If using a Windows-based browser, `<deb_filepath>` will be in `/mnt/c/Users/<username>/Downloads`.

0 commit comments

Comments
 (0)