Skip to content

Commit bed0036

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 992904a + 62f9117 commit bed0036

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

docs/devinit/tool-wsl-install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: wsl-install
33
description: devinit tool wsl-install.
4-
ms.date: 08/28/2020
4+
ms.date: 11/10/2020
55
ms.topic: reference
66
author: andysterland
77
ms.author: andster
@@ -16,7 +16,8 @@ ms.technology: devinit
1616

1717
The `wsl-install` tool is used to install Linux distros for the [Windows Subsystem for Linux](/windows/wsl/) (WSL).
1818

19-
The `wsl-install` tool requires WSL 2 to already be enabled on Windows. If for some reason WSL2 is not enabled, you can enable WSL2 by using the [windowsfeature-enable](tool-windowsfeature-enable.md) tool and the feature name `Microsoft-Windows-Subsystem-Linux`.
19+
> [!IMPORTANT]
20+
> The `wsl-install` tool requires WSL 2 to already be enabled on Windows. If for some reason WSL 2 is not enabled, you can follow the [WSL install documentation](https://docs.microsoft.com/windows/wsl/install-win10). You can also use the [windowsfeature-enable](tool-windowsfeature-enable.md) tool for enabling any needed Windows Features.
2021
2122
## Usage
2223

@@ -83,4 +84,4 @@ The Default behavior of the `wsl-install` tool is to error as the `input` proper
8384
}
8485
]
8586
}
86-
```
87+
```

docs/windows/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ additionalContent:
154154
- title: Gaming
155155
links:
156156
- text: Game development with Unity
157-
url: /visualstudio/gamedev/unity/get-started/visual-studio-tools-for-unity.md
157+
url: /visualstudio/gamedev/unity/get-started/visual-studio-tools-for-unity
158158
- text: Game development with C++
159159
url: /windows/uwp/gaming/e2e
160160
- title: Other toolsets

mac/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
- name: Create a Multi-Container App with Docker Compose
170170
href: docker-multi-container.md
171171
- name: Unity Game Development
172-
href: /visualstudio/gamedev/unity/get-started/visual-studio-tools-for-unity.md
172+
href: /visualstudio/gamedev/unity/get-started/visual-studio-tools-for-unity
173173
- name: Mobile apps with Xamarin
174174
href: ./xamarin.md
175175
- name: Accessibility
@@ -227,4 +227,4 @@
227227
- name: All Xamarin.Android Samples
228228
href: /xamarin/android/samples/
229229
- name: All Xamarin.Mac Samples
230-
href: /xamarin/mac/samples/
230+
href: /xamarin/mac/samples/

mac/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ productDirectory:
4848
- title: Unity
4949
imageSrc: https://docs.microsoft.com/media/logos/logo_unity.svg
5050
links:
51-
- url: /gamedev/unity/get-started/visual-studio-tools-for-unity.md
51+
- url: /visualstudio/gamedev/unity/get-started/visual-studio-tools-for-unity
5252
text: Unity Overview
53-
- url: /gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity.md
53+
- url: /visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity
5454
text: Set up Unity and Visual Studio for Mac
55-
- url: /gamedev/unity/get-started/using-visual-studio-tools-for-unity.md
55+
- url: /visualstudio/gamedev/unity/get-started/using-visual-studio-tools-for-unity
5656
text: Getting started building games with Unity
5757
- title: Xamarin
5858
imageSrc: https://docs.microsoft.com/media/logos/logo_xamarin.svg
@@ -160,4 +160,4 @@ additionalContent:
160160
- title: Version Control
161161
summary: Share code using version control technologies such as Git and Subversion.
162162
url: ~/version-control.md
163-
footer: "[Blogs](https://devblogs.microsoft.com/visualstudio/) - [Twitter](https://twitter.com/visualstudiomac) - [Issue Reporting](~/report-a-problem.md) - [Developer Community](https://developercommunity.visualstudio.com/content/problem/post.html?space=41)"
163+
footer: "[Blogs](https://devblogs.microsoft.com/visualstudio/) - [Twitter](https://twitter.com/visualstudiomac) - [Issue Reporting](~/report-a-problem.md) - [Developer Community](https://developercommunity.visualstudio.com/content/problem/post.html?space=41)"

0 commit comments

Comments
 (0)