Installation
Let's install Lucy on your machine!
What you'll need
- .NET SDK version 10.0 or above:
- When installing .NET SDK, follow the installer instructions for your operating system.
Install as a global tool
To install Lucy as a global tool, run the following command:
dotnet tool install -g Spokesoft.Lucy
Verify the installation
To verify that Lucy has been installed correctly, run the following command:
lucy --version
You should see the version number of Lucy printed in the terminal.
Update Lucy
To update Lucy to the latest version, run the following command:
dotnet tool update -g Spokesoft.Lucy
This will download and install the latest version of Lucy.
Uninstall Lucy
To uninstall Lucy, run the following command:
dotnet tool uninstall -g Spokesoft.Lucy
note
Uninstalling Lucy will remove the command line tool from your system, but it will not delete any of your projects or data.
Conclusion
Congratulations! You have successfully installed and set up Lucy on your machine. Next, you should configure Lucy to suit your preferences.