Skip to content

Commit 7b6c43e

Browse files
authored
Acrolinx (#32810)
1 parent c8cd9ec commit 7b6c43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/install/includes/linux-install-60-apk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ sudo apk add dotnet6-sdk
1515

1616
### Install the runtime
1717

18-
The ASP.NET Core Runtime allows you to run apps that were made with .NET that didn't provide the runtime. The following command install the ASP.NET Core Runtime, which is the most compatible runtime for .NET. In your terminal, run the following command:
18+
The ASP.NET Core Runtime allows you to run apps that were made with .NET that didn't provide the runtime. The following command installs the ASP.NET Core Runtime, which is the most compatible runtime for .NET. In your terminal, run the following command:
1919

2020
```bash
2121
sudo apk add aspnetcore6-runtime
2222
```
2323

24-
As an alternative to the ASP.NET Core Runtime, you can install the .NET Runtime, which doesn't include ASP.NET Core support: replace `aspnetcore6-runtime` in the previous command with `dotnet6-runtime`:
24+
As an alternative to the ASP.NET Core Runtime, you can install the .NET Runtime, which doesn't include ASP.NET Core support. To install it, replace `aspnetcore6-runtime` in the previous command with `dotnet6-runtime`:
2525

2626
```bash
2727
sudo apk add dotnet6-runtime

0 commit comments

Comments
 (0)