Comment on page
Installation
- To install Celerity globally, run
dotnet tool install celerity -g
. This will allow you to run thecelerity
CLI driver anywhere, assuming you have set up yourPATH
appropriately. - To install Celerity locally in a .NET-based project with a tool manifest, omit the
-g
option. This will require you to rundotnet celerity
from the project directory.
Last modified 7mo ago