[Docs] List Carla versions available in deb repo
This commit is contained in:
parent
ee1fc07caa
commit
db39e57096
|
@ -89,6 +89,7 @@ cd /opt/carla-simulator # Open the folder where CARLA is installed
|
||||||
|
|
||||||
This repository contains CARLA 0.9.10 and later versions. To install a specific version add the version tag to the installation command.
|
This repository contains CARLA 0.9.10 and later versions. To install a specific version add the version tag to the installation command.
|
||||||
```sh
|
```sh
|
||||||
|
apt-cache madison carla-simulator # List the available versions of Carla
|
||||||
sudo apt-get install carla-simulator=0.9.10-1 # In this case, "0.9.10" refers to a CARLA version, and "1" to the Debian revision
|
sudo apt-get install carla-simulator=0.9.10-1 # In this case, "0.9.10" refers to a CARLA version, and "1" to the Debian revision
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue