You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Azure Developer CLI
2
2
3
-
Latest (daily) builds:
3
+
Latest builds:
4
4
5
5
| Package | Version | Download |
6
6
| ------- | ------- | -------- |
@@ -13,11 +13,11 @@ The Azure Developer CLI (**azure-dev**) is a developer-centric command-line inte
13
13
- demonstrate opinionated best practices for Azure development
14
14
- help developers understand core Azure development constructs
15
15
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.
17
17
18
18
## Install/Upgrade Azure Developer CLI
19
19
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.
0 commit comments