Skip to content

Commit 293d8d9

Browse files
Following the correct syntax for dotnet command (#1213)
Co-authored-by: Aniruddh Munde <[email protected]>
1 parent aa4c8d9 commit 293d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Data API Builder provides a CLI tool to simplify configuration and execution of
3333
then, to install this tool globally, use:
3434

3535
```bash
36-
dotnet tool install Microsoft.DataApiBuilder --global --version <version_number>
36+
dotnet tool install --global Microsoft.DataApiBuilder --version <version_number>
3737
```
3838

3939
or, if you have already installed a previous version, you can update DAB CLI to the latest version via the following:

0 commit comments

Comments
 (0)