Skip to content

Commit 62c419b

Browse files
authored
README Edits for going live (#37)
* Edits for going live * Move uninstall instructions below install instructions
1 parent 15cff7d commit 62c419b

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Developer CLI
22

3-
Latest (daily) builds:
3+
Latest builds:
44

55
| Package | Version | Download |
66
| ------- | ------- | -------- |
@@ -13,11 +13,11 @@ The Azure Developer CLI (**azure-dev**) is a developer-centric command-line inte
1313
- demonstrate opinionated best practices for Azure development
1414
- help developers understand core Azure development constructs
1515

16-
To take full advantage of the CLI, code repositories need to conform to a well defined set of [conventions](https://github.com/Azure/azure-dev/wiki/Azure-Developer-CLI-Overview) that will be recognized by the tooling. Please checkout the [wiki](https://github.com/Azure/azure-dev/wiki) for more information and to get started. Use [discussions](https://github.com/Azure/azure-dev/discussions) to participate in the conversation, ask questions, and see the latest announcements.
16+
To take full advantage of the CLI, code repositories need to conform to a well defined set of conventions that will be recognized by the tooling. Please checkout the [wiki](https://github.com/Azure/azure-dev/wiki) for more information and to get started. Use [discussions](https://github.com/Azure/azure-dev/discussions) to participate in the conversation, ask questions, and see the latest announcements.
1717

1818
## Install/Upgrade Azure Developer CLI
1919

20-
Install and Upgrade using the following scripts. Re-running the script will install the latest available version (daily)
20+
Install and Upgrade using the following scripts. Re-running the script will install the latest available version.
2121

2222
### Windows
2323

@@ -31,6 +31,19 @@ powershell -c "Set-ExecutionPolicy Bypass Process -Force; irm 'https://aka.ms/in
3131
curl -fsSL https://aka.ms/install-azd.sh | bash
3232
```
3333

34+
## Uninstall Azure Developer CLI
35+
36+
### Windows
37+
38+
```powershell
39+
powershell -c "Set-ExecutionPolicy Bypass Process -Force; irm 'https://aka.ms/uninstall-azd.ps1' | iex"
40+
```
41+
42+
### Linux/MacOS
43+
44+
```
45+
curl -fsSL https://aka.ms/uninstall-azd.sh | bash
46+
```
3447

3548
## Data Collection
3649

@@ -56,7 +69,7 @@ Please see our [contributing guide](cli/azd/CONTRIBUTING.md) for complete instru
5669

5770
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
5871
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
59-
contact [opencode@microsoft.com](mailto:acceleratorsteam@microsoft.com) with any additional questions or comments.
72+
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
6073

6174
## Trademark Notice
6275

0 commit comments

Comments
 (0)