Skip to content

Commit 2bdb578

Browse files
authored
Update create-a-new-linux-project.md
1 parent 10457ca commit 2bdb578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/create-a-new-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To create a new Linux project in Visual Studio 2017, follow these steps:
4242

4343
::: moniker range="vs-2019"
4444

45-
First, make sure you have the **Linux Development Workload** for Visual Studio installed. For more information, see [Download, install, and setup the Linux workload](download-install-and-setup-the-linux-development-workload.md).
45+
First, make sure you have the **Linux Development Workload** for Visual Studio installed. For more information, see [Download, install, and set up the Linux workload](download-install-and-setup-the-linux-development-workload.md).
4646

4747
When you create a new C++ project for Linux in Visual Studio, you can choose to create a Visual Studio project or a CMake project. This article describes how to create a Visual Studio project. In general, for new projects that might include open-source code or that you intend to compile for cross-platform development, we recommend that you use CMake with Visual Studio. With a CMake project you can build and debug the same project on both Windows and Linux. For more information, see [Create and configure a Linux CMake Project](cmake-linux-project.md).
4848

0 commit comments

Comments
 (0)