How to install ABP Suite?
First of all, ABP CLI must be installed on the computer. If it's not already installed, click here to learn how to install ABP CLI.
Make sure you have logged in to abp.io via ABP CLI. If you are not logged in, click here to see how to login.
To install ABP Suite write the following command to your terminal:
abp suite install
Wait for the process to download and install to your computer. It may take about a minute on a 25 Megabit internet to complete the process.
How to update ABP Suite?
To update your existing ABP Suite, write the following command to your terminal:
abp suite update
Preview versions
You can add --preview
option to get latest preview version of ABP Suite:
abp suite update --preview
abp suite install --preview