Skip to content

Commit a533d85

Browse files
authored
{Doc} Update edge doc (Azure#25668)
1 parent 61d0715 commit a533d85

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ You can download the latest builds by following the links below:
158158
| Ubuntu Jammy Deb | https://aka.ms/InstallAzureCliJammyEdge |
159159
| RPM el8 | https://aka.ms/InstallAzureCliRpmEl8Edge |
160160

161+
On Windows, you need to uninstall the official version before installing the edge build. (See https://github.com/Azure/azure-cli/issues/25607#issuecomment-1452855212)
162+
161163
You can easily install the latest Homebrew edge build with the following command:
162164

163165
```bash
@@ -166,16 +168,16 @@ curl --location --silent --output azure-cli.rb https://aka.ms/InstallAzureCliHom
166168
brew install --build-from-source azure-cli.rb
167169
```
168170

169-
You can install the edge build on Ubuntu Xenial with the following command:
171+
You can install the edge build on Ubuntu Jammy with the following command:
170172

171173
```bash
172-
curl --location --silent --output azure-cli_xenial_all.deb https://aka.ms/InstallAzureCliXenialEdge && dpkg -i azure-cli_xenial_all.deb
174+
curl --location --silent --output azure-cli_jammy.deb https://aka.ms/InstallAzureCliJammyEdge && dpkg -i azure-cli_jammy.deb
173175
```
174176

175-
And install the edge build with rpm package on CentOS/RHEL/Fedora:
177+
And install the edge build with rpm package on RHEL 8 or CentOS Stream 8:
176178

177179
```bash
178-
rpm -ivh --nodeps $(curl --location --silent --output /dev/null --write-out %{url_effective} https://aka.ms/InstallAzureCliRpmEdge)
180+
dnf install -y $(curl --location --silent --output /dev/null --write-out %{url_effective} https://aka.ms/InstallAzureCliRpmEl8Edge)
179181
```
180182

181183
Here's an example of installing edge builds with pip3 in a virtual environment. The `--upgrade-strategy=eager` option will install the edge builds of dependencies as well.

0 commit comments

Comments
 (0)