Skip to content

Commit

Permalink
update v1.2.0 documantation
Browse files Browse the repository at this point in the history
  • Loading branch information
mackierx111 committed Dec 15, 2023
1 parent 7c2f9ea commit e1056c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/GettingStarted/QuickStartDemo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,27 +111,27 @@ To run the simulator, please follow the steps below.
3. Download and Run AWSIM Demo binary.
1. Download `AWSIM_v1.1.0.zip`.
1. Download `AWSIM_v1.2.0.zip`.
[Download AWSIM Demo for ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.0/AWSIM_v1.2.0.zip){.md-button .md-button--primary}
2. Unzip the downloaded file.
3. Make the `AWSIM_demo.x86_64` file executable.
3. Make the `AWSIM_v1.2.0.x86_64` file executable.
Rightclick the `AWSIM_demo.x86_64` file and check the `Execute` checkbox
Rightclick the `AWSIM_v1.2.0.x86_64` file and check the `Execute` checkbox
![](Image_1.png)
or execute the command below.
```
chmod +x <path to AWSIM folder>/AWSIM_demo.x86_64
chmod +x <path to AWSIM folder>/AWSIM_v1.2.0.x86_64
```
4. Launch `AWSIM_demo.x86_64`.
4. Launch `AWSIM_v1.2.0.x86_64`.
```
./<path to AWSIM folder>/AWSIM_demo.x86_64
./<path to AWSIM folder>/AWSIM_v1.2.0.x86_64
```
!!! warning
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ nav:
- Getting started:
- Quick Start Demo: GettingStarted/QuickStartDemo/index.md
- Setup Unity Project: GettingStarted/SetupUnityProject/index.md
# TODO: Will publish when more stable.
- Using OpenSCENARIO: GettingStarted/UsingOpenSCENARIO/index.md


Expand Down

0 comments on commit e1056c1

Please sign in to comment.