Skip to content

Commit f03c8d5

Browse files
domsleeeclaude
andcommitted
README: both scoop and dotnet tool installs are Native AOT now
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6e8c905 commit f03c8d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Uses [LockChecker](https://github.com/domsleee/LockCheck) to find processes lock
1212
## Installation
1313

1414
### Install with [`scoop`](http://scoop.sh/) (recommended)
15-
It has a faster startup because it uses [Native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/):
15+
Installs the [Native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/) build and doesn't require the .NET SDK:
1616

1717
```shell
1818
scoop bucket add domsleee https://github.com/domsleee/scoop-bucket
@@ -30,7 +30,7 @@ scoop update forceops
3030
dotnet tool install -g forceops
3131
```
3232

33-
On x64 Windows this installs the [Native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/) build (same fast startup as the scoop install). Other architectures get a framework-dependent build. Requires the .NET 10 SDK or later to install.
33+
On x64 Windows this installs the same Native AOT build as the scoop install. Other architectures get a framework-dependent build. Requires the .NET 10 SDK or later to install.
3434

3535
To update:
3636
```shell

0 commit comments

Comments
 (0)