Added reference to the debian download being available on Ubuntu 20.04 but that it is not the officially supported platform. Fixed a broken link in download.md
This commit is contained in:
parent
4f94297dae
commit
fd146a4a51
|
@ -1,6 +1,6 @@
|
|||
# Download
|
||||
|
||||
### Latest Release [[Documentation](https://carla.readthedocs.io/en/latest/)]
|
||||
### Latest Release [Documentation](https://carla.readthedocs.io/en/latest/)
|
||||
|
||||
- [CARLA 0.9.11](https://github.com/carla-simulator/carla/releases/tag/0.9.11)
|
||||
|
||||
|
|
|
@ -32,12 +32,14 @@ The following requirements should be fulfilled before installing CARLA:
|
|||
|
||||
There are two methods to download and install CARLA as a package:
|
||||
|
||||
__A)__ [Download the Debian package on Ubuntu 18.04.](#a-debian-carla-installation)
|
||||
__A)__ [Download the Debian package.](#a-debian-carla-installation)
|
||||
|
||||
__B)__ [Download the binary from GitHub.](#b-binary-installation)
|
||||
|
||||
### A. Debian CARLA installation
|
||||
|
||||
The Debain package is available for both Ubuntu 18.04 and Ubuntu 20.04, however __the officially supported platform is Ubuntu 18.04__.
|
||||
|
||||
__1.__ Set up the Debian repository in the system:
|
||||
```sh
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1AF1527DE64CB8D9
|
||||
|
|
Loading…
Reference in New Issue