Updated download page with correct information about what latest means
This commit is contained in:
parent
ee8947b04a
commit
c307840781
|
@ -39,13 +39,13 @@
|
|||
|
||||
### Docker
|
||||
|
||||
All the versions are also available to pull from DockerHub
|
||||
All versions are available to pull from DockerHub:
|
||||
|
||||
```sh
|
||||
docker pull carlasim/carla:X.X.X
|
||||
```
|
||||
|
||||
Use tag "latest" for the nightly build
|
||||
Use tag "latest" for the most recent release:
|
||||
|
||||
```sh
|
||||
docker pull carlasim/carla:latest
|
||||
|
|
Loading…
Reference in New Issue