Skip to content

Commit 1d96ee6

Browse files
authored
Update README.md
1 parent 51499da commit 1d96ee6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tools/app-provisioning-tool/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,23 @@ The following command will install the tool from NuGet.org
1515

1616
```Shell
1717
dotnet tool install --global msidentity-app-sync
18-
18+
```
19+
1920
### Option 2: build and install from the repository
2021

21-
You can clone the repository, build the tool and install it
22+
You can clone the repository, build the tool and install the tool from the repository:
2223

2324
```Shell
2425
git clone https://github.com/AzureAD/microsoft-identity-web
2526
cd tools\app-provisionning-tool
2627
dotnet pack
2728
dotnet tool install --global --add-source app-provisioning-tool\nupkg msidentity-app-sync
28-
```
29+
```
2930

3031
### Uninstalling the tool
3132

3233
If later you want to uninstall the tool, just run (from anywhere):
34+
3335
```Shell
3436
dotnet tool uninstall --global msidentity-app-sync
3537
```

0 commit comments

Comments
 (0)