Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c60af46

Browse files
committed
simplifying case
1 parent cae8551 commit c60af46

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,31 @@ For details about the latest release, see the [release notes](release-notes-sqlp
2929
3030
## Installation, cross-platform
3131

32-
Installing SqlPackage as a [dotnet tool](/dotnet/core/tools/global-tools) requires the [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet/6.0) v6.0 or later to be installed on your machine. Installing SqlPackage as a global tool will make it available on your path as `SqlPackage` and is the recommended way to install SqlPackage for Windows, macOS, and Linux.
32+
Installing SqlPackage as a [dotnet tool](/dotnet/core/tools/global-tools) requires the [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet/6.0) v6.0 or later to be installed on your machine. Installing SqlPackage as a global tool will make it available on your path as `sqlpackage` and is the recommended way to install SqlPackage for Windows, macOS, and Linux.
3333

3434
To install SqlPackage as a global .NET tool, run the following command:
3535

36-
```bash
37-
dotnet tool install -g Microsoft.SqlPackage
38-
```
36+
```bash
37+
dotnet tool install -g microsoft.sqlpackage
38+
```
39+
40+
More information on the options available with the `dotnet tool install` command can be found in the [dotnet tool install documentation](/dotnet/core/tools/dotnet-tool-install).
41+
3942

4043
To update SqlPackage to the latest version, run the following command:
4144

42-
```bash
43-
dotnet tool update -g Microsoft.SqlPackage
44-
```
45+
```bash
46+
dotnet tool update -g microsoft.sqlpackage
47+
```
48+
4549

4650
To uninstall SqlPackage, run the following command:
4751

48-
```bash
49-
dotnet tool uninstall -g Microsoft.SqlPackage
50-
```
52+
```bash
53+
dotnet tool uninstall -g microsoft.sqlpackage
54+
```
55+
56+
5157

5258
## Installation, zip download
5359

0 commit comments

Comments
 (0)