Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit d12c267

Browse files
authored
Merge branch 'master' into feature-uid
2 parents d0261c6 + 63d065d commit d12c267

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ __Table of content__
2929
- [`3.6`](3.6/Dockerfile)*
3030
- [`3.7`](3.7/Dockerfile)
3131
- [`3.8`](3.8/Dockerfile) / (latest)
32+
33+
#### Stable version
34+
35+
- `3.6-v<git-tag>`
36+
- `3.7-v<git-tag>`
37+
- `3.8-v<git-tag>`
38+
39+
#### Deprecated
40+
3241
- [`centos-7`](centos-7/Dockerfile) (deprecated)
3342
- [`centos-8`](centos-8/Dockerfile) (deprecated)
3443
``

docs/avd-vscode-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Before running all code with a container, we have to download current AVD ecosys
2424
- On Linux or Macos:
2525

2626
```shell
27-
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/aristanetworks/ansible-avd/devel/development/install.sh)"
27+
$ curl -fsSL https://get.avd.sh | sh
2828
```
2929

3030
- On Windows:
3131

3232
```shell
3333
PS C:\Users\User> Invoke-WebRequest -OutFile install.sh -Uri \
34-
https://raw.githubusercontent.com/aristanetworks/ansible-avd/devel/development/install.sh
34+
https://raw.githubusercontent.com/arista-netdevops-community/avd-install/master/install.sh
3535

3636
PS C:\Users\User> bash install.sh
3737
```

0 commit comments

Comments
 (0)