Skip to content

Commit

Permalink
Version 1.5.0 (2021-12-09)
Browse files Browse the repository at this point in the history
- see changelog
  • Loading branch information
DavidGeeraerts committed Dec 9, 2021
1 parent f727935 commit 32426ca
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,21 @@

---

## Version 1.5.0 Build: 2021-12-09
#### Changed
- WSL User guide
- Readme

---


## Version 1.4.0 Build: 2021-12-08
#### Added
- WSL User guide
- .gitignore

---


# WSL_Setup

## Version 1.3.1 Build: 2021-10-07
#### Added
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# [Windows Subsystem for Linux Version 2](https://docs.microsoft.com/en-us/windows/wsl/)

Use the [WSL2-Setup-Guide.md](https://github.com/cal-sc/WSL/blob/main/WSL2-Setup-Guide.md) installation guide to install and setup WSL
To install WSL on Windows:
`wsl.exe --install`

Use instllation script for automated installation:
_Version must be Windows 10 2004 20H1 build 19041 or later_

[WSL_Setup.cmd](https://github.com/cal-sc/WSL/archive/refs/tags/v1.0.0.zip)
Use the [WSL2-Setup-Guide.md](WSL2-Setup-Guide.md) for manually installing and setup of WSL for older versions of Window 10 -- less than 2004 20H1 Build 19041.


Reference the [User Guide](WSL_User_Guide.md) for common tasks.

Use installation script for automated installation:

[WSL_Setup.cmd](WSL_Setup.cmd)

Be sure to run the program as an administrator:
- Right-click the program
Expand Down
4 changes: 4 additions & 0 deletions WSL_User_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Simply copy outside the container, then:
`right-click` with mouse inside the container shell/terminal.

_If that doesn't work, reference [Microsoft documentation for Copy Paste with WSL](https://devblogs.microsoft.com/commandline/copy-and-paste-arrives-for-linuxwsl-consoles)_

_may be necessary to enable "Use Ctrl+Shift+C/V as Copy/Paste"_


### Connect to Windows network file share

Expand Down

0 comments on commit 32426ca

Please sign in to comment.