Skip to content

Commit 733e667

Browse files
iOvergaardgitbook-bot
authored andcommitted
GITBOOK-71: Update preview002 to preview003
1 parent 3cc92ff commit 733e667

File tree

1 file changed

+2
-2
lines changed
  • new-backoffice/getting-started/installing-preview-builds

1 file changed

+2
-2
lines changed

new-backoffice/getting-started/installing-preview-builds/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Now that our feed is added we're ready to install our template.
6363
Open up your command prompt of choice then execute the `dotnet new install` command and provide the version that we want to install. For the latest Umbraco 14 preview release, the command looks like this:
6464

6565
```
66-
dotnet new install Umbraco.Templates::14.0.0--preview002
66+
dotnet new install Umbraco.Templates::14.0.0--preview003
6767
```
6868

69-
The name and the versions are separated with two colons`::`. It's important that we specify the entire version, including the `--preview001`; Otherwise, the `dotnet new` command cannot find the package.
69+
The name and the versions are separated with two colons`::`. It's important that we specify the entire version, including the `--preview003`; Otherwise, the `dotnet new` command cannot find the package.
7070

7171
With that, we've successfully installed the latest build of Umbraco! All we have to do now is create a new site by executing the newly installed template:
7272

0 commit comments

Comments
 (0)