Installing as a Global Tool
Aspir8 is shipped to nuget as a .NET Core Global Tool, which means you can install it with a single command:
dotnet tool install -g aspirate --prerelease
Alternatively, if you already have Aspir8 installed, you can update it to the latest version using the following command:
dotnet tool update -g aspirate --prerelease
Last modified: 18 May 2024