Skip to content

Commit

Permalink
update environment setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Dec 5, 2024
1 parent 3492175 commit 6033fc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/instructors/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Computer with `am64` architecture.

## Setup

Install all the required tooling, using the `install.sh` bash script:
Install all the required tooling:

```
bash install.sh
sudo apt update && sudo apt install -y git ansible
cd ~ && git clone https://github.com/EOLab-HSRW/lacoro-2024-ros-workshop.git
ansible-playbook local.yml --ask-become
```

0 comments on commit 6033fc9

Please sign in to comment.