Browse Source

Update Previews.md

Clarification for new users (such as me) that to move over to the preview of a release the CLI needs to be upgraded to the latest RC as well.
pull/13720/head
Robert Roos 4 years ago
committed by GitHub
parent
commit
1c6db60ed6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/en/Previews.md

8
docs/en/Previews.md

@ -11,6 +11,14 @@ More than one preview releases (like 3.1.0-rc.2 and 3.1.0-rc.3) might be publish
## Using the Preview Versions
### Update the CLI
Before creating or updating an existing solution make sure to update the CLI to the latest preview version, for example:
````bash
dotnet tool update --global Volo.Abp.Cli --version 6.0.0-rc.2
````
### New Solutions
To create a project for testing the preview version, you can select the "**preview**" option on the [download page](https://abp.io/get-started) or use the "**--preview**" parameter with the [ABP CLI](CLI.md) new command:

Loading…
Cancel
Save