You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/getting_started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Welcome to CARLA! This tutorial provides the basic steps for getting started
11
11
using CARLA.
12
12
13
13
<!-- Latest release button -->
14
-
<palign="middle"><ahref="https://github.com/carla-simulator/carla/releases/latest"target="_blank"class="btn btn-neutral"title="Go to the latest CARLA release"><spanclass="icon icon-github"></span> Get the latest release</a></p>
14
+
<palign="middle"><ahref="https://github.com/carla-simulator/carla/blob/master/Docs/download.md"target="_blank"class="btn btn-neutral"title="Go to the latest CARLA release"><spanclass="icon icon-github"></span> Get the latest release</a></p>
15
15
16
16
Download the latest release from our GitHub page and extract all the contents of
17
17
the package in a folder of your choice.
@@ -20,7 +20,7 @@ The release package contains the following
20
20
21
21
* The CARLA simulator.
22
22
* The "carla" Python API module.
23
-
*An "example.py" script.
23
+
*A few Python scripts with usage examples.
24
24
25
25
The simulator can be started by running `CarlaUE4.sh` on Linux, or
26
26
`CarlaUE4.exe` on Windows. Unlike previous versions, now the simulator
0 commit comments