Skip to content

Commit d726df7

Browse files
committed
One sentence per line
1 parent a05b455 commit d726df7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/INSTALLATION.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Installing .NET
44

5-
The C# track is built on top of the [.NET](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet) platform, which runs on Windows, Linux and macOS. To build .NET projects, you can use the .NET Command Line Interface (CLI). This CLI is part of the .NET SDK, which you can install by following the [installation instructions](https://dotnet.microsoft.com/download/dotnet/8.0). Note: the C# track requires SDK version 8.0 or greater.
5+
The C# track is built on top of the [.NET](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet) platform, which runs on Windows, Linux and macOS.
6+
To build .NET projects, you can use the .NET Command Line Interface (CLI).
7+
This CLI is part of the .NET SDK, which you can install by following the [installation instructions](https://dotnet.microsoft.com/download/dotnet/8.0).
8+
Note: the C# track requires SDK version 8.0 or greater.
69

710
After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal:
811

@@ -14,7 +17,8 @@ If the output is a version greater than or equal to `8.0.100`, the .NET SDK has
1417

1518
## Using an IDE
1619

17-
If you want a more full-featured editing experience, you probably want to to use an IDE. These are the most popular IDE's that support building .NET projects:
20+
If you want a more full-featured editing experience, you probably want to to use an IDE.
21+
These are the most popular IDE's that support building .NET projects:
1822

1923
- [Visual Studio 2022](https://www.visualstudio.com/downloads/)
2024
- [Visual Studio Code](https://code.visualstudio.com/download) with the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)

0 commit comments

Comments
 (0)